Shades of Deep Magenta #D604DC
Tints of Deep Magenta #D604DC
RGB
CMYK
RGB Variations
Color information
#D604DC (or 0xD604DC) is known color: Deep Magenta. HEX triplet: D6, 04 and DC. RGB value is (214,4,220). Sum of RGB (Red+Green+Blue) = 214+4+220=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #D604DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D604DC is #29FB23. Grayscale: #5A5A5A. Windows color (decimal): -2751268 or 14419158. OLE color: 14419158.
HSL color Cylindrical-coordinate representation of color #D604DC: hue angle of 298.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D604DC is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 4 | 220 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.14 |
| HSL | 298.33º | 0.96% | 0.44% | - |
| HSV(B) | 298.33º | 0.98% | 0.86% | - |
| XYZ | 40.69 | 19.55 | 69.34 | - |
| YUV | 91.41 | 200.57 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 220 | 0.03 | 0.98 | 0 | 0.14 | 298.33 | 0.96 | 0.44 |
| Hex | D6 | 4 | DC | 3 | 62 | 0 | E | 12A | 60 | 2C |
| Octal | 326 | 4 | 334 | 3 | 142 | 0 | 16 | 452 | 140 | 54 |
| Binary | 11010110 | 100 | 11011100 | 11 | 1100010 | 0 | 1110 | 100101010 | 1100000 | 101100 |
Color Harmonies of #D604DC
Complementary color
Monochromatic Colors of #D604DC
Black with #D604DC
Text Example
Text Example
White with #D604DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D604DC; }
p { color: rgb(214,4,220); }
H1.HeaderClassName
{
color: #D604DC;
}
.AnyTagClassName
{
color: #D604DC;
}
</style>
background-color css
<style>
a { background-color: #D604DC; }
a { background-color: rgb(214,4,220); }
div.DivClassName
{
background-color: #D604DC;
}
.BgClassName
{
background-color: #D604DC;
}
</style>
border-color css
<style>
span { border-color: #D604DC; }
span { border-color: rgb(214,4,220); }
td.TdClassName
{
border-color: #D604DC;
}
.TagClassName
{
border-color: #D604DC;
}
</style>