Shades of Deep Magenta #D011BD
Tints of Deep Magenta #D011BD
RGB
CMYK
RGB Variations
Color information
#D011BD (or 0xD011BD) is known color: Deep Magenta. HEX triplet: D0, 11 and BD. RGB value is (208,17,189). Sum of RGB (Red+Green+Blue) = 208+17+189=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D011BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011BD is #2FEE42. Grayscale: #5D5D5D. Windows color (decimal): -3141187 or 12390864. OLE color: 12390864.
HSL color Cylindrical-coordinate representation of color #D011BD: hue angle of 305.97º 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 #D011BD is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 189 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.18 |
| HSL | 305.97º | 0.85% | 0.44% | - |
| HSV(B) | 305.97º | 0.92% | 0.82% | - |
| XYZ | 35.4 | 17.48 | 49.65 | - |
| YUV | 93.72 | 181.78 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 189 | 0 | 0.92 | 0.09 | 0.18 | 305.97 | 0.85 | 0.44 |
| Hex | D0 | 11 | BD | 0 | 5C | 9 | 12 | 132 | 55 | 2C |
| Octal | 320 | 21 | 275 | 0 | 134 | 11 | 22 | 462 | 125 | 54 |
| Binary | 11010000 | 10001 | 10111101 | 0 | 1011100 | 1001 | 10010 | 100110010 | 1010101 | 101100 |
Color Harmonies of #D011BD
Complementary color
Monochromatic Colors of #D011BD
Black with #D011BD
Text Example
Text Example
White with #D011BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011BD; }
p { color: rgb(208,17,189); }
H1.HeaderClassName
{
color: #D011BD;
}
.AnyTagClassName
{
color: #D011BD;
}
</style>
background-color css
<style>
a { background-color: #D011BD; }
a { background-color: rgb(208,17,189); }
div.DivClassName
{
background-color: #D011BD;
}
.BgClassName
{
background-color: #D011BD;
}
</style>
border-color css
<style>
span { border-color: #D011BD; }
span { border-color: rgb(208,17,189); }
td.TdClassName
{
border-color: #D011BD;
}
.TagClassName
{
border-color: #D011BD;
}
</style>