Shades of Deep Magenta #D811D0
Tints of Deep Magenta #D811D0
RGB
CMYK
RGB Variations
Color information
#D811D0 (or 0xD811D0) is known color: Deep Magenta. HEX triplet: D8, 11 and D0. RGB value is (216,17,208). Sum of RGB (Red+Green+Blue) = 216+17+208=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D811D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D811D0 is #27EE2F. Grayscale: #616161. Windows color (decimal): -2616880 or 13636056. OLE color: 13636056.
HSL color Cylindrical-coordinate representation of color #D811D0: hue angle of 302.41º 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 #D811D0 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 208 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.15 |
| HSL | 302.41º | 0.85% | 0.46% | - |
| HSV(B) | 302.41º | 0.92% | 0.85% | - |
| XYZ | 39.9 | 19.55 | 61.35 | - |
| YUV | 98.28 | 189.93 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 208 | 0 | 0.92 | 0.04 | 0.15 | 302.41 | 0.85 | 0.46 |
| Hex | D8 | 11 | D0 | 0 | 5C | 4 | F | 12E | 55 | 2E |
| Octal | 330 | 21 | 320 | 0 | 134 | 4 | 17 | 456 | 125 | 56 |
| Binary | 11011000 | 10001 | 11010000 | 0 | 1011100 | 100 | 1111 | 100101110 | 1010101 | 101110 |
Color Harmonies of #D811D0
Complementary color
Monochromatic Colors of #D811D0
Black with #D811D0
Text Example
Text Example
White with #D811D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811D0; }
p { color: rgb(216,17,208); }
H1.HeaderClassName
{
color: #D811D0;
}
.AnyTagClassName
{
color: #D811D0;
}
</style>
background-color css
<style>
a { background-color: #D811D0; }
a { background-color: rgb(216,17,208); }
div.DivClassName
{
background-color: #D811D0;
}
.BgClassName
{
background-color: #D811D0;
}
</style>
border-color css
<style>
span { border-color: #D811D0; }
span { border-color: rgb(216,17,208); }
td.TdClassName
{
border-color: #D811D0;
}
.TagClassName
{
border-color: #D811D0;
}
</style>