Shades of Deep Magenta #D011CA
Tints of Deep Magenta #D011CA
RGB
CMYK
RGB Variations
Color information
#D011CA (or 0xD011CA) is known color: Deep Magenta. HEX triplet: D0, 11 and CA. RGB value is (208,17,202). Sum of RGB (Red+Green+Blue) = 208+17+202=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D011CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011CA is #2FEE35. Grayscale: #5E5E5E. Windows color (decimal): -3141174 or 13242832. OLE color: 13242832.
HSL color Cylindrical-coordinate representation of color #D011CA: hue angle of 301.88º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D011CA is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 202 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.18 |
| HSL | 301.88º | 0.85% | 0.44% | - |
| HSV(B) | 301.88º | 0.92% | 0.82% | - |
| XYZ | 36.87 | 18.08 | 57.42 | - |
| YUV | 95.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 202 | 0 | 0.92 | 0.03 | 0.18 | 301.88 | 0.85 | 0.44 |
| Hex | D0 | 11 | CA | 0 | 5C | 3 | 12 | 12E | 55 | 2C |
| Octal | 320 | 21 | 312 | 0 | 134 | 3 | 22 | 456 | 125 | 54 |
| Binary | 11010000 | 10001 | 11001010 | 0 | 1011100 | 11 | 10010 | 100101110 | 1010101 | 101100 |
Color Harmonies of #D011CA
Complementary color
Monochromatic Colors of #D011CA
Black with #D011CA
Text Example
Text Example
White with #D011CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011CA; }
p { color: rgb(208,17,202); }
H1.HeaderClassName
{
color: #D011CA;
}
.AnyTagClassName
{
color: #D011CA;
}
</style>
background-color css
<style>
a { background-color: #D011CA; }
a { background-color: rgb(208,17,202); }
div.DivClassName
{
background-color: #D011CA;
}
.BgClassName
{
background-color: #D011CA;
}
</style>
border-color css
<style>
span { border-color: #D011CA; }
span { border-color: rgb(208,17,202); }
td.TdClassName
{
border-color: #D011CA;
}
.TagClassName
{
border-color: #D011CA;
}
</style>