Shades of Deep Magenta #D11DD2
Tints of Deep Magenta #D11DD2
RGB
CMYK
RGB Variations
Color information
#D11DD2 (or 0xD11DD2) is known color: Deep Magenta. HEX triplet: D1, 1D and D2. RGB value is (209,29,210). Sum of RGB (Red+Green+Blue) = 209+29+210=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #D11DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DD2 is #2EE22D. Grayscale: #666666. Windows color (decimal): -3072558 or 13770193. OLE color: 13770193.
HSL color Cylindrical-coordinate representation of color #D11DD2: hue angle of 299.67º 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 #D11DD2 is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 210 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.18 |
| HSL | 299.67º | 0.76% | 0.47% | - |
| HSV(B) | 299.67º | 0.86% | 0.82% | - |
| XYZ | 38.37 | 19.09 | 62.63 | - |
| YUV | 103.45 | 188.13 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 210 | 0.00 | 0.86 | 0 | 0.18 | 299.67 | 0.76 | 0.47 |
| Hex | D1 | 1D | D2 | 0 | 56 | 0 | 12 | 12C | 4C | 2F |
| Octal | 321 | 35 | 322 | 0 | 126 | 0 | 22 | 454 | 114 | 57 |
| Binary | 11010001 | 11101 | 11010010 | 0 | 1010110 | 0 | 10010 | 100101100 | 1001100 | 101111 |
Color Harmonies of #D11DD2
Complementary color
Monochromatic Colors of #D11DD2
Black with #D11DD2
Text Example
Text Example
White with #D11DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DD2; }
p { color: rgb(209,29,210); }
H1.HeaderClassName
{
color: #D11DD2;
}
.AnyTagClassName
{
color: #D11DD2;
}
</style>
background-color css
<style>
a { background-color: #D11DD2; }
a { background-color: rgb(209,29,210); }
div.DivClassName
{
background-color: #D11DD2;
}
.BgClassName
{
background-color: #D11DD2;
}
</style>
border-color css
<style>
span { border-color: #D11DD2; }
span { border-color: rgb(209,29,210); }
td.TdClassName
{
border-color: #D11DD2;
}
.TagClassName
{
border-color: #D11DD2;
}
</style>