Shades of Deep Magenta #D000C9
Tints of Deep Magenta #D000C9
RGB
CMYK
RGB Variations
Color information
#D000C9 (or 0xD000C9) is known color: Deep Magenta. HEX triplet: D0, 00 and C9. RGB value is (208,0,201). Sum of RGB (Red+Green+Blue) = 208+0+201=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D000C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000C9 is #2FFF36. Grayscale: #545454. Windows color (decimal): -3145527 or 13172944. OLE color: 13172944.
HSL color Cylindrical-coordinate representation of color #D000C9: hue angle of 302.02º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000C9 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 201 | - |
| CMYK | 0 | 1 | 0.03 | 0.18 |
| HSL | 302.02º | 1% | 0.41% | - |
| HSV(B) | 302.02º | 1% | 0.82% | - |
| XYZ | 36.56 | 17.63 | 56.73 | - |
| YUV | 85.11 | 193.41 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 201 | 0 | 1 | 0.03 | 0.18 | 302.02 | 1 | 0.41 |
| Hex | D0 | 0 | C9 | 0 | 64 | 3 | 12 | 12E | 64 | 29 |
| Octal | 320 | 0 | 311 | 0 | 144 | 3 | 22 | 456 | 144 | 51 |
| Binary | 11010000 | 0 | 11001001 | 0 | 1100100 | 11 | 10010 | 100101110 | 1100100 | 101001 |
Color Harmonies of #D000C9
Complementary color
Monochromatic Colors of #D000C9
Black with #D000C9
Text Example
Text Example
White with #D000C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000C9; }
p { color: rgb(208,0,201); }
H1.HeaderClassName
{
color: #D000C9;
}
.AnyTagClassName
{
color: #D000C9;
}
</style>
background-color css
<style>
a { background-color: #D000C9; }
a { background-color: rgb(208,0,201); }
div.DivClassName
{
background-color: #D000C9;
}
.BgClassName
{
background-color: #D000C9;
}
</style>
border-color css
<style>
span { border-color: #D000C9; }
span { border-color: rgb(208,0,201); }
td.TdClassName
{
border-color: #D000C9;
}
.TagClassName
{
border-color: #D000C9;
}
</style>