Shades of Deep Magenta #D11DCB
Tints of Deep Magenta #D11DCB
RGB
CMYK
RGB Variations
Color information
#D11DCB (or 0xD11DCB) is known color: Deep Magenta. HEX triplet: D1, 1D and CB. RGB value is (209,29,203). Sum of RGB (Red+Green+Blue) = 209+29+203=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DCB is #2EE234. Grayscale: #666666. Windows color (decimal): -3072565 or 13311441. OLE color: 13311441.
HSL color Cylindrical-coordinate representation of color #D11DCB: hue angle of 302º 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 #D11DCB is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 203 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.18 |
| HSL | 302º | 0.76% | 0.47% | - |
| HSV(B) | 302º | 0.86% | 0.82% | - |
| XYZ | 37.51 | 18.75 | 58.14 | - |
| YUV | 102.66 | 184.63 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 203 | 0 | 0.86 | 0.03 | 0.18 | 302 | 0.76 | 0.47 |
| Hex | D1 | 1D | CB | 0 | 56 | 3 | 12 | 12E | 4C | 2F |
| Octal | 321 | 35 | 313 | 0 | 126 | 3 | 22 | 456 | 114 | 57 |
| Binary | 11010001 | 11101 | 11001011 | 0 | 1010110 | 11 | 10010 | 100101110 | 1001100 | 101111 |
Color Harmonies of #D11DCB
Complementary color
Monochromatic Colors of #D11DCB
Black with #D11DCB
Text Example
Text Example
White with #D11DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DCB; }
p { color: rgb(209,29,203); }
H1.HeaderClassName
{
color: #D11DCB;
}
.AnyTagClassName
{
color: #D11DCB;
}
</style>
background-color css
<style>
a { background-color: #D11DCB; }
a { background-color: rgb(209,29,203); }
div.DivClassName
{
background-color: #D11DCB;
}
.BgClassName
{
background-color: #D11DCB;
}
</style>
border-color css
<style>
span { border-color: #D11DCB; }
span { border-color: rgb(209,29,203); }
td.TdClassName
{
border-color: #D11DCB;
}
.TagClassName
{
border-color: #D11DCB;
}
</style>