#D606DF

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

Shades of Deep Magenta #D606DF

Tints of Deep Magenta #D606DF

Color information

#D606DF (or 0xD606DF) is unknown color: approx Deep Magenta. HEX triplet: D6, 06 and DF. RGB value is (214,6,223). Sum of RGB (Red+Green+Blue) = 214+6+223=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #D606DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606DF is #29F920. Grayscale: #5C5C5C. Windows color (decimal): -2750753 or 14616278. OLE color: 14616278.

HSL color Cylindrical-coordinate representation of color #D606DF: hue angle of 297.51º 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 #D606DF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2146223-
CMYK0.040.9700.13
HSL297.51º94.76%44.9%-
HSV(B)297.51º97.31%87.45%-
XYZ41.1219.7571.46-
YUV92.93201.41214.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 6 (2.73% from 255) = 1.35%
BLUE value IS 223 (87.5% from 255) = 50.34%
R=48.31%
G=1.35%
B=50.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21462230.040.9700.13297.5194.7644.9
HexD66DF4610D12a5f2d
Octal3266337414101545213755
Binary11010110110110111111001100001011011001010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D606DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D606DF; }

 p { color: rgb(214,6,223); }

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

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

 a { background-color: rgb(214,6,223); }

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

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

 span { border-color: rgb(214,6,223); }

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