Shades of Deep Magenta #D604CC
Tints of Deep Magenta #D604CC
RGB
CMYK
RGB Variations
Color information
#D604CC (or 0xD604CC) is known color: Deep Magenta. HEX triplet: D6, 04 and CC. RGB value is (214,4,204). Sum of RGB (Red+Green+Blue) = 214+4+204=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D604CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D604CC is #29FB33. Grayscale: #595959. Windows color (decimal): -2751284 or 13370582. OLE color: 13370582.
HSL color Cylindrical-coordinate representation of color #D604CC: hue angle of 302.86º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D604CC is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 204 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.16 |
| HSL | 302.86º | 0.96% | 0.43% | - |
| HSV(B) | 302.86º | 0.98% | 0.84% | - |
| XYZ | 38.67 | 18.74 | 58.71 | - |
| YUV | 89.59 | 192.57 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 204 | 0 | 0.98 | 0.05 | 0.16 | 302.86 | 0.96 | 0.43 |
| Hex | D6 | 4 | CC | 0 | 62 | 5 | 10 | 12F | 60 | 2B |
| Octal | 326 | 4 | 314 | 0 | 142 | 5 | 20 | 457 | 140 | 53 |
| Binary | 11010110 | 100 | 11001100 | 0 | 1100010 | 101 | 10000 | 100101111 | 1100000 | 101011 |
Color Harmonies of #D604CC
Complementary color
Monochromatic Colors of #D604CC
Black with #D604CC
Text Example
Text Example
White with #D604CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D604CC; }
p { color: rgb(214,4,204); }
H1.HeaderClassName
{
color: #D604CC;
}
.AnyTagClassName
{
color: #D604CC;
}
</style>
background-color css
<style>
a { background-color: #D604CC; }
a { background-color: rgb(214,4,204); }
div.DivClassName
{
background-color: #D604CC;
}
.BgClassName
{
background-color: #D604CC;
}
</style>
border-color css
<style>
span { border-color: #D604CC; }
span { border-color: rgb(214,4,204); }
td.TdClassName
{
border-color: #D604CC;
}
.TagClassName
{
border-color: #D604CC;
}
</style>