#D706DD

Color #D706DD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D706DD

Tints of Deep Magenta #D706DD

Color information

#D706DD (or 0xD706DD) is unknown color: approx Deep Magenta. HEX triplet: D7, 06 and DD. RGB value is (215,6,221). Sum of RGB (Red+Green+Blue) = 215+6+221=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #D706DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706DD is #28F922. Grayscale: #5C5C5C. Windows color (decimal): -2685219 or 14485207. OLE color: 14485207.

HSL color Cylindrical-coordinate representation of color #D706DD: hue angle of 298.33º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D706DD is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2156221-
CMYK0.030.9700.13
HSL298.33º94.71%44.51%-
HSV(B)298.33º97.29%86.67%-
XYZ41.1419.870.06-
YUV93200.24215.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 48.64%
GREEN value IS 6 (2.73% from 255) = 1.36%
BLUE value IS 221 (86.72% from 255) = 50%
R=48.64%
G=1.36%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21562210.030.9700.13298.3394.7144.51
HexD76DD3610D12a5f2d
Octal3276335314101545213755
Binary1101011111011011101111100001011011001010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D706DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D706DD; }

 p { color: rgb(215,6,221); }

 H1.HeaderClassName
 {
   color: #D706DD;
 }
 .AnyTagClassName
 {
   color: #D706DD;
 }
</style>
background-color css

<style>
 a { background-color: #D706DD; }

 a { background-color: rgb(215,6,221); }

 div.DivClassName
 {
   background-color: #D706DD;
 }
 .BgClassName
 {
   background-color: #D706DD;
 }
</style>
border-color css

<style>
 span { border-color: #D706DD; }

 span { border-color: rgb(215,6,221); }

 td.TdClassName
 {
   border-color: #D706DD;
 }
 .TagClassName
 {
   border-color: #D706DD;
 }
</style>