Shades of Deep Magenta #D011B5
Tints of Deep Magenta #D011B5
RGB
CMYK
RGB Variations
Color information
#D011B5 (or 0xD011B5) is known color: Deep Magenta. HEX triplet: D0, 11 and B5. RGB value is (208,17,181). Sum of RGB (Red+Green+Blue) = 208+17+181=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D011B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011B5 is #2FEE4A. Grayscale: #5C5C5C. Windows color (decimal): -3141195 or 11866576. OLE color: 11866576.
HSL color Cylindrical-coordinate representation of color #D011B5: hue angle of 308.48º 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 #D011B5 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 181 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.18 |
| HSL | 308.48º | 0.85% | 0.44% | - |
| HSV(B) | 308.48º | 0.92% | 0.82% | - |
| XYZ | 34.55 | 17.15 | 45.2 | - |
| YUV | 92.81 | 177.78 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 181 | 0 | 0.92 | 0.13 | 0.18 | 308.48 | 0.85 | 0.44 |
| Hex | D0 | 11 | B5 | 0 | 5C | D | 12 | 134 | 55 | 2C |
| Octal | 320 | 21 | 265 | 0 | 134 | 15 | 22 | 464 | 125 | 54 |
| Binary | 11010000 | 10001 | 10110101 | 0 | 1011100 | 1101 | 10010 | 100110100 | 1010101 | 101100 |
Color Harmonies of #D011B5
Complementary color
Monochromatic Colors of #D011B5
Black with #D011B5
Text Example
Text Example
White with #D011B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011B5; }
p { color: rgb(208,17,181); }
H1.HeaderClassName
{
color: #D011B5;
}
.AnyTagClassName
{
color: #D011B5;
}
</style>
background-color css
<style>
a { background-color: #D011B5; }
a { background-color: rgb(208,17,181); }
div.DivClassName
{
background-color: #D011B5;
}
.BgClassName
{
background-color: #D011B5;
}
</style>
border-color css
<style>
span { border-color: #D011B5; }
span { border-color: rgb(208,17,181); }
td.TdClassName
{
border-color: #D011B5;
}
.TagClassName
{
border-color: #D011B5;
}
</style>