Shades of Deep Magenta #D11DB9
Tints of Deep Magenta #D11DB9
RGB
CMYK
RGB Variations
Color information
#D11DB9 (or 0xD11DB9) is known color: Deep Magenta. HEX triplet: D1, 1D and B9. RGB value is (209,29,185). Sum of RGB (Red+Green+Blue) = 209+29+185=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DB9 is #2EE246. Grayscale: #646464. Windows color (decimal): -3072583 or 12131793. OLE color: 12131793.
HSL color Cylindrical-coordinate representation of color #D11DB9: hue angle of 308º 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 #D11DB9 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 185 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.18 |
| HSL | 308º | 0.76% | 0.47% | - |
| HSV(B) | 308º | 0.86% | 0.82% | - |
| XYZ | 35.49 | 17.94 | 47.49 | - |
| YUV | 100.6 | 175.63 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 185 | 0 | 0.86 | 0.11 | 0.18 | 308 | 0.76 | 0.47 |
| Hex | D1 | 1D | B9 | 0 | 56 | B | 12 | 134 | 4C | 2F |
| Octal | 321 | 35 | 271 | 0 | 126 | 13 | 22 | 464 | 114 | 57 |
| Binary | 11010001 | 11101 | 10111001 | 0 | 1010110 | 1011 | 10010 | 100110100 | 1001100 | 101111 |
Color Harmonies of #D11DB9
Complementary color
Monochromatic Colors of #D11DB9
Black with #D11DB9
Text Example
Text Example
White with #D11DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DB9; }
p { color: rgb(209,29,185); }
H1.HeaderClassName
{
color: #D11DB9;
}
.AnyTagClassName
{
color: #D11DB9;
}
</style>
background-color css
<style>
a { background-color: #D11DB9; }
a { background-color: rgb(209,29,185); }
div.DivClassName
{
background-color: #D11DB9;
}
.BgClassName
{
background-color: #D11DB9;
}
</style>
border-color css
<style>
span { border-color: #D11DB9; }
span { border-color: rgb(209,29,185); }
td.TdClassName
{
border-color: #D11DB9;
}
.TagClassName
{
border-color: #D11DB9;
}
</style>