Shades of Deep Magenta #D011D1
Tints of Deep Magenta #D011D1
RGB
CMYK
RGB Variations
Color information
#D011D1 (or 0xD011D1) is known color: Deep Magenta. HEX triplet: D0, 11 and D1. RGB value is (208,17,209). Sum of RGB (Red+Green+Blue) = 208+17+209=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #D011D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011D1 is #2FEE2E. Grayscale: #5F5F5F. Windows color (decimal): -3141167 or 13701584. OLE color: 13701584.
HSL color Cylindrical-coordinate representation of color #D011D1: hue angle of 299.69º 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 #D011D1 is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 209 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.18 |
| HSL | 299.69º | 0.85% | 0.44% | - |
| HSV(B) | 299.69º | 0.92% | 0.82% | - |
| XYZ | 37.72 | 18.41 | 61.89 | - |
| YUV | 96 | 191.78 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 209 | 0.00 | 0.92 | 0 | 0.18 | 299.69 | 0.85 | 0.44 |
| Hex | D0 | 11 | D1 | 0 | 5C | 0 | 12 | 12C | 55 | 2C |
| Octal | 320 | 21 | 321 | 0 | 134 | 0 | 22 | 454 | 125 | 54 |
| Binary | 11010000 | 10001 | 11010001 | 0 | 1011100 | 0 | 10010 | 100101100 | 1010101 | 101100 |
Color Harmonies of #D011D1
Complementary color
Monochromatic Colors of #D011D1
Black with #D011D1
Text Example
Text Example
White with #D011D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011D1; }
p { color: rgb(208,17,209); }
H1.HeaderClassName
{
color: #D011D1;
}
.AnyTagClassName
{
color: #D011D1;
}
</style>
background-color css
<style>
a { background-color: #D011D1; }
a { background-color: rgb(208,17,209); }
div.DivClassName
{
background-color: #D011D1;
}
.BgClassName
{
background-color: #D011D1;
}
</style>
border-color css
<style>
span { border-color: #D011D1; }
span { border-color: rgb(208,17,209); }
td.TdClassName
{
border-color: #D011D1;
}
.TagClassName
{
border-color: #D011D1;
}
</style>