Shades of Deep Magenta #D11DBE
Tints of Deep Magenta #D11DBE
RGB
CMYK
RGB Variations
Color information
#D11DBE (or 0xD11DBE) is known color: Deep Magenta. HEX triplet: D1, 1D and BE. RGB value is (209,29,190). Sum of RGB (Red+Green+Blue) = 209+29+190=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DBE is #2EE241. Grayscale: #646464. Windows color (decimal): -3072578 or 12459473. OLE color: 12459473.
HSL color Cylindrical-coordinate representation of color #D11DBE: hue angle of 306.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 #D11DBE is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 190 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.18 |
| HSL | 306.33º | 0.76% | 0.47% | - |
| HSV(B) | 306.33º | 0.86% | 0.82% | - |
| XYZ | 36.03 | 18.15 | 50.32 | - |
| YUV | 101.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 190 | 0 | 0.86 | 0.09 | 0.18 | 306.33 | 0.76 | 0.47 |
| Hex | D1 | 1D | BE | 0 | 56 | 9 | 12 | 132 | 4C | 2F |
| Octal | 321 | 35 | 276 | 0 | 126 | 11 | 22 | 462 | 114 | 57 |
| Binary | 11010001 | 11101 | 10111110 | 0 | 1010110 | 1001 | 10010 | 100110010 | 1001100 | 101111 |
Color Harmonies of #D11DBE
Complementary color
Monochromatic Colors of #D11DBE
Black with #D11DBE
Text Example
Text Example
White with #D11DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DBE; }
p { color: rgb(209,29,190); }
H1.HeaderClassName
{
color: #D11DBE;
}
.AnyTagClassName
{
color: #D11DBE;
}
</style>
background-color css
<style>
a { background-color: #D11DBE; }
a { background-color: rgb(209,29,190); }
div.DivClassName
{
background-color: #D11DBE;
}
.BgClassName
{
background-color: #D11DBE;
}
</style>
border-color css
<style>
span { border-color: #D11DBE; }
span { border-color: rgb(209,29,190); }
td.TdClassName
{
border-color: #D11DBE;
}
.TagClassName
{
border-color: #D11DBE;
}
</style>