Shades of Deep Magenta #D811D2
Tints of Deep Magenta #D811D2
RGB
CMYK
RGB Variations
Color information
#D811D2 (or 0xD811D2) is known color: Deep Magenta. HEX triplet: D8, 11 and D2. RGB value is (216,17,210). Sum of RGB (Red+Green+Blue) = 216+17+210=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D811D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D811D2 is #27EE2D. Grayscale: #616161. Windows color (decimal): -2616878 or 13767128. OLE color: 13767128.
HSL color Cylindrical-coordinate representation of color #D811D2: hue angle of 301.81º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D811D2 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 210 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.15 |
| HSL | 301.81º | 0.85% | 0.46% | - |
| HSV(B) | 301.81º | 0.92% | 0.85% | - |
| XYZ | 40.15 | 19.65 | 62.65 | - |
| YUV | 98.5 | 190.93 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 210 | 0 | 0.92 | 0.03 | 0.15 | 301.81 | 0.85 | 0.46 |
| Hex | D8 | 11 | D2 | 0 | 5C | 3 | F | 12E | 55 | 2E |
| Octal | 330 | 21 | 322 | 0 | 134 | 3 | 17 | 456 | 125 | 56 |
| Binary | 11011000 | 10001 | 11010010 | 0 | 1011100 | 11 | 1111 | 100101110 | 1010101 | 101110 |
Color Harmonies of #D811D2
Complementary color
Monochromatic Colors of #D811D2
Black with #D811D2
Text Example
Text Example
White with #D811D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811D2; }
p { color: rgb(216,17,210); }
H1.HeaderClassName
{
color: #D811D2;
}
.AnyTagClassName
{
color: #D811D2;
}
</style>
background-color css
<style>
a { background-color: #D811D2; }
a { background-color: rgb(216,17,210); }
div.DivClassName
{
background-color: #D811D2;
}
.BgClassName
{
background-color: #D811D2;
}
</style>
border-color css
<style>
span { border-color: #D811D2; }
span { border-color: rgb(216,17,210); }
td.TdClassName
{
border-color: #D811D2;
}
.TagClassName
{
border-color: #D811D2;
}
</style>