Shades of Deep Magenta #D011C9
Tints of Deep Magenta #D011C9
RGB
CMYK
RGB Variations
Color information
#D011C9 (or 0xD011C9) is known color: Deep Magenta. HEX triplet: D0, 11 and C9. RGB value is (208,17,201). Sum of RGB (Red+Green+Blue) = 208+17+201=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D011C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011C9 is #2FEE36. Grayscale: #5E5E5E. Windows color (decimal): -3141175 or 13177296. OLE color: 13177296.
HSL color Cylindrical-coordinate representation of color #D011C9: hue angle of 302.2º 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 #D011C9 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 201 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.18 |
| HSL | 302.2º | 0.85% | 0.44% | - |
| HSV(B) | 302.2º | 0.92% | 0.82% | - |
| XYZ | 36.76 | 18.03 | 56.8 | - |
| YUV | 95.09 | 187.78 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 201 | 0 | 0.92 | 0.03 | 0.18 | 302.2 | 0.85 | 0.44 |
| Hex | D0 | 11 | C9 | 0 | 5C | 3 | 12 | 12E | 55 | 2C |
| Octal | 320 | 21 | 311 | 0 | 134 | 3 | 22 | 456 | 125 | 54 |
| Binary | 11010000 | 10001 | 11001001 | 0 | 1011100 | 11 | 10010 | 100101110 | 1010101 | 101100 |
Color Harmonies of #D011C9
Complementary color
Monochromatic Colors of #D011C9
Black with #D011C9
Text Example
Text Example
White with #D011C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011C9; }
p { color: rgb(208,17,201); }
H1.HeaderClassName
{
color: #D011C9;
}
.AnyTagClassName
{
color: #D011C9;
}
</style>
background-color css
<style>
a { background-color: #D011C9; }
a { background-color: rgb(208,17,201); }
div.DivClassName
{
background-color: #D011C9;
}
.BgClassName
{
background-color: #D011C9;
}
</style>
border-color css
<style>
span { border-color: #D011C9; }
span { border-color: rgb(208,17,201); }
td.TdClassName
{
border-color: #D011C9;
}
.TagClassName
{
border-color: #D011C9;
}
</style>