Shades of Deep Magenta #D000CA
Tints of Deep Magenta #D000CA
RGB
CMYK
RGB Variations
Color information
#D000CA (or 0xD000CA) is known color: Deep Magenta. HEX triplet: D0, 00 and CA. RGB value is (208,0,202). Sum of RGB (Red+Green+Blue) = 208+0+202=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D000CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000CA is #2FFF35. Grayscale: #545454. Windows color (decimal): -3145526 or 13238480. OLE color: 13238480.
HSL color Cylindrical-coordinate representation of color #D000CA: hue angle of 301.73º 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 #D000CA is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.03 | 0.18 |
| HSL | 301.73º | 1% | 0.41% | - |
| HSV(B) | 301.73º | 1% | 0.82% | - |
| XYZ | 36.67 | 17.67 | 57.36 | - |
| YUV | 85.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 202 | 0 | 1 | 0.03 | 0.18 | 301.73 | 1 | 0.41 |
| Hex | D0 | 0 | CA | 0 | 64 | 3 | 12 | 12E | 64 | 29 |
| Octal | 320 | 0 | 312 | 0 | 144 | 3 | 22 | 456 | 144 | 51 |
| Binary | 11010000 | 0 | 11001010 | 0 | 1100100 | 11 | 10010 | 100101110 | 1100100 | 101001 |
Color Harmonies of #D000CA
Complementary color
Monochromatic Colors of #D000CA
Black with #D000CA
Text Example
Text Example
White with #D000CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000CA; }
p { color: rgb(208,0,202); }
H1.HeaderClassName
{
color: #D000CA;
}
.AnyTagClassName
{
color: #D000CA;
}
</style>
background-color css
<style>
a { background-color: #D000CA; }
a { background-color: rgb(208,0,202); }
div.DivClassName
{
background-color: #D000CA;
}
.BgClassName
{
background-color: #D000CA;
}
</style>
border-color css
<style>
span { border-color: #D000CA; }
span { border-color: rgb(208,0,202); }
td.TdClassName
{
border-color: #D000CA;
}
.TagClassName
{
border-color: #D000CA;
}
</style>