Shades of Deep Magenta #D004C6
Tints of Deep Magenta #D004C6
RGB
CMYK
RGB Variations
Color information
#D004C6 (or 0xD004C6) is known color: Deep Magenta. HEX triplet: D0, 04 and C6. RGB value is (208,4,198). Sum of RGB (Red+Green+Blue) = 208+4+198=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D004C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004C6 is #2FFB39. Grayscale: #565656. Windows color (decimal): -3144506 or 12977360. OLE color: 12977360.
HSL color Cylindrical-coordinate representation of color #D004C6: hue angle of 302.94º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004C6 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 198 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.18 |
| HSL | 302.94º | 0.96% | 0.42% | - |
| HSV(B) | 302.94º | 0.98% | 0.82% | - |
| XYZ | 36.25 | 17.57 | 54.91 | - |
| YUV | 87.11 | 190.59 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 198 | 0 | 0.98 | 0.05 | 0.18 | 302.94 | 0.96 | 0.42 |
| Hex | D0 | 4 | C6 | 0 | 62 | 5 | 12 | 12F | 60 | 2A |
| Octal | 320 | 4 | 306 | 0 | 142 | 5 | 22 | 457 | 140 | 52 |
| Binary | 11010000 | 100 | 11000110 | 0 | 1100010 | 101 | 10010 | 100101111 | 1100000 | 101010 |
Color Harmonies of #D004C6
Complementary color
Monochromatic Colors of #D004C6
Black with #D004C6
Text Example
Text Example
White with #D004C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004C6; }
p { color: rgb(208,4,198); }
H1.HeaderClassName
{
color: #D004C6;
}
.AnyTagClassName
{
color: #D004C6;
}
</style>
background-color css
<style>
a { background-color: #D004C6; }
a { background-color: rgb(208,4,198); }
div.DivClassName
{
background-color: #D004C6;
}
.BgClassName
{
background-color: #D004C6;
}
</style>
border-color css
<style>
span { border-color: #D004C6; }
span { border-color: rgb(208,4,198); }
td.TdClassName
{
border-color: #D004C6;
}
.TagClassName
{
border-color: #D004C6;
}
</style>