Shades of Deep Magenta #D011B6
Tints of Deep Magenta #D011B6
RGB
CMYK
RGB Variations
Color information
#D011B6 (or 0xD011B6) is known color: Deep Magenta. HEX triplet: D0, 11 and B6. RGB value is (208,17,182). Sum of RGB (Red+Green+Blue) = 208+17+182=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D011B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011B6 is #2FEE49. Grayscale: #5C5C5C. Windows color (decimal): -3141194 or 11932112. OLE color: 11932112.
HSL color Cylindrical-coordinate representation of color #D011B6: hue angle of 308.17º 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 #D011B6 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 182 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.18 |
| HSL | 308.17º | 0.85% | 0.44% | - |
| HSV(B) | 308.17º | 0.92% | 0.82% | - |
| XYZ | 34.66 | 17.19 | 45.75 | - |
| YUV | 92.92 | 178.28 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 182 | 0 | 0.92 | 0.12 | 0.18 | 308.17 | 0.85 | 0.44 |
| Hex | D0 | 11 | B6 | 0 | 5C | C | 12 | 134 | 55 | 2C |
| Octal | 320 | 21 | 266 | 0 | 134 | 14 | 22 | 464 | 125 | 54 |
| Binary | 11010000 | 10001 | 10110110 | 0 | 1011100 | 1100 | 10010 | 100110100 | 1010101 | 101100 |
Color Harmonies of #D011B6
Complementary color
Monochromatic Colors of #D011B6
Black with #D011B6
Text Example
Text Example
White with #D011B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011B6; }
p { color: rgb(208,17,182); }
H1.HeaderClassName
{
color: #D011B6;
}
.AnyTagClassName
{
color: #D011B6;
}
</style>
background-color css
<style>
a { background-color: #D011B6; }
a { background-color: rgb(208,17,182); }
div.DivClassName
{
background-color: #D011B6;
}
.BgClassName
{
background-color: #D011B6;
}
</style>
border-color css
<style>
span { border-color: #D011B6; }
span { border-color: rgb(208,17,182); }
td.TdClassName
{
border-color: #D011B6;
}
.TagClassName
{
border-color: #D011B6;
}
</style>