#DC06DF

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

Shades of Deep Magenta #DC06DF

Tints of Deep Magenta #DC06DF

Color information

#DC06DF (or 0xDC06DF) is unknown color: approx Deep Magenta. HEX triplet: DC, 06 and DF. RGB value is (220,6,223). Sum of RGB (Red+Green+Blue) = 220+6+223=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC06DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06DF is #23F920. Grayscale: #5E5E5E. Windows color (decimal): -2357537 or 14616284. OLE color: 14616284.

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

Color convert

RGB2206223-
CMYK0.010.9700.13
HSL299.17º94.76%44.9%-
HSV(B)299.17º97.31%87.45%-
XYZ42.920.6771.54-
YUV94.72200.4217.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 6 (2.73% from 255) = 1.34%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=49.00%
G=1.34%
B=49.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22062230.010.9700.13299.1794.7644.9
HexDC6DF1610D12b5f2d
Octal3346337114101545313755
Binary110111001101101111111100001011011001010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC06DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC06DF; }

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

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

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

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

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

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

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

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