Shades of Deep Magenta #D11DB8
Tints of Deep Magenta #D11DB8
RGB
CMYK
RGB Variations
Color information
#D11DB8 (or 0xD11DB8) is known color: Deep Magenta. HEX triplet: D1, 1D and B8. RGB value is (209,29,184). Sum of RGB (Red+Green+Blue) = 209+29+184=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DB8 is #2EE247. Grayscale: #646464. Windows color (decimal): -3072584 or 12066257. OLE color: 12066257.
HSL color Cylindrical-coordinate representation of color #D11DB8: hue angle of 308.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11DB8 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 184 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.18 |
| HSL | 308.33º | 0.76% | 0.47% | - |
| HSV(B) | 308.33º | 0.86% | 0.82% | - |
| XYZ | 35.39 | 17.89 | 46.94 | - |
| YUV | 100.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 184 | 0 | 0.86 | 0.12 | 0.18 | 308.33 | 0.76 | 0.47 |
| Hex | D1 | 1D | B8 | 0 | 56 | C | 12 | 134 | 4C | 2F |
| Octal | 321 | 35 | 270 | 0 | 126 | 14 | 22 | 464 | 114 | 57 |
| Binary | 11010001 | 11101 | 10111000 | 0 | 1010110 | 1100 | 10010 | 100110100 | 1001100 | 101111 |
Color Harmonies of #D11DB8
Complementary color
Monochromatic Colors of #D11DB8
Black with #D11DB8
Text Example
Text Example
White with #D11DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DB8; }
p { color: rgb(209,29,184); }
H1.HeaderClassName
{
color: #D11DB8;
}
.AnyTagClassName
{
color: #D11DB8;
}
</style>
background-color css
<style>
a { background-color: #D11DB8; }
a { background-color: rgb(209,29,184); }
div.DivClassName
{
background-color: #D11DB8;
}
.BgClassName
{
background-color: #D11DB8;
}
</style>
border-color css
<style>
span { border-color: #D11DB8; }
span { border-color: rgb(209,29,184); }
td.TdClassName
{
border-color: #D11DB8;
}
.TagClassName
{
border-color: #D11DB8;
}
</style>