Shades of Deep Magenta #D810D1
Tints of Deep Magenta #D810D1
RGB
CMYK
RGB Variations
Color information
#D810D1 (or 0xD810D1) is known color: Deep Magenta. HEX triplet: D8, 10 and D1. RGB value is (216,16,209). Sum of RGB (Red+Green+Blue) = 216+16+209=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D810D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810D1 is #27EF2E. Grayscale: #616161. Windows color (decimal): -2617135 or 13701336. OLE color: 13701336.
HSL color Cylindrical-coordinate representation of color #D810D1: hue angle of 302.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810D1 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 209 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.15 |
| HSL | 302.1º | 0.86% | 0.45% | - |
| HSV(B) | 302.1º | 0.93% | 0.85% | - |
| XYZ | 40.01 | 19.57 | 61.99 | - |
| YUV | 97.8 | 190.76 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 209 | 0 | 0.93 | 0.03 | 0.15 | 302.1 | 0.86 | 0.45 |
| Hex | D8 | 10 | D1 | 0 | 5D | 3 | F | 12E | 56 | 2D |
| Octal | 330 | 20 | 321 | 0 | 135 | 3 | 17 | 456 | 126 | 55 |
| Binary | 11011000 | 10000 | 11010001 | 0 | 1011101 | 11 | 1111 | 100101110 | 1010110 | 101101 |
Color Harmonies of #D810D1
Complementary color
Monochromatic Colors of #D810D1
Black with #D810D1
Text Example
Text Example
White with #D810D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810D1; }
p { color: rgb(216,16,209); }
H1.HeaderClassName
{
color: #D810D1;
}
.AnyTagClassName
{
color: #D810D1;
}
</style>
background-color css
<style>
a { background-color: #D810D1; }
a { background-color: rgb(216,16,209); }
div.DivClassName
{
background-color: #D810D1;
}
.BgClassName
{
background-color: #D810D1;
}
</style>
border-color css
<style>
span { border-color: #D810D1; }
span { border-color: rgb(216,16,209); }
td.TdClassName
{
border-color: #D810D1;
}
.TagClassName
{
border-color: #D810D1;
}
</style>