Shades of Deep Magenta #D11DB2
Tints of Deep Magenta #D11DB2
RGB
CMYK
RGB Variations
Color information
#D11DB2 (or 0xD11DB2) is known color: Deep Magenta. HEX triplet: D1, 1D and B2. RGB value is (209,29,178). Sum of RGB (Red+Green+Blue) = 209+29+178=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11DB2 is #2EE24D. Grayscale: #636363. Windows color (decimal): -3072590 or 11673041. OLE color: 11673041.
HSL color Cylindrical-coordinate representation of color #D11DB2: hue angle of 310.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 #D11DB2 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 178 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.18 |
| HSL | 310.33º | 0.76% | 0.47% | - |
| HSV(B) | 310.33º | 0.86% | 0.82% | - |
| XYZ | 34.77 | 17.65 | 43.69 | - |
| YUV | 99.81 | 172.13 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 178 | 0 | 0.86 | 0.15 | 0.18 | 310.33 | 0.76 | 0.47 |
| Hex | D1 | 1D | B2 | 0 | 56 | F | 12 | 136 | 4C | 2F |
| Octal | 321 | 35 | 262 | 0 | 126 | 17 | 22 | 466 | 114 | 57 |
| Binary | 11010001 | 11101 | 10110010 | 0 | 1010110 | 1111 | 10010 | 100110110 | 1001100 | 101111 |
Color Harmonies of #D11DB2
Complementary color
Monochromatic Colors of #D11DB2
Black with #D11DB2
Text Example
Text Example
White with #D11DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DB2; }
p { color: rgb(209,29,178); }
H1.HeaderClassName
{
color: #D11DB2;
}
.AnyTagClassName
{
color: #D11DB2;
}
</style>
background-color css
<style>
a { background-color: #D11DB2; }
a { background-color: rgb(209,29,178); }
div.DivClassName
{
background-color: #D11DB2;
}
.BgClassName
{
background-color: #D11DB2;
}
</style>
border-color css
<style>
span { border-color: #D11DB2; }
span { border-color: rgb(209,29,178); }
td.TdClassName
{
border-color: #D11DB2;
}
.TagClassName
{
border-color: #D11DB2;
}
</style>