Shades of Deep Magenta #D810E0
Tints of Deep Magenta #D810E0
RGB
CMYK
RGB Variations
Color information
#D810E0 (or 0xD810E0) is known color: Deep Magenta. HEX triplet: D8, 10 and E0. RGB value is (216,16,224). Sum of RGB (Red+Green+Blue) = 216+16+224=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #D810E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810E0 is #27EF1F. Grayscale: #626262. Windows color (decimal): -2617120 or 14684376. OLE color: 14684376.
HSL color Cylindrical-coordinate representation of color #D810E0: hue angle of 297.69º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810E0 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 16 | 224 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.12 |
| HSL | 297.69º | 0.87% | 0.47% | - |
| HSV(B) | 297.69º | 0.93% | 0.88% | - |
| XYZ | 41.96 | 20.35 | 72.24 | - |
| YUV | 99.51 | 198.26 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 224 | 0.04 | 0.93 | 0 | 0.12 | 297.69 | 0.87 | 0.47 |
| Hex | D8 | 10 | E0 | 4 | 5D | 0 | C | 12A | 57 | 2F |
| Octal | 330 | 20 | 340 | 4 | 135 | 0 | 14 | 452 | 127 | 57 |
| Binary | 11011000 | 10000 | 11100000 | 100 | 1011101 | 0 | 1100 | 100101010 | 1010111 | 101111 |
Color Harmonies of #D810E0
Complementary color
Monochromatic Colors of #D810E0
Black with #D810E0
Text Example
Text Example
White with #D810E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810E0; }
p { color: rgb(216,16,224); }
H1.HeaderClassName
{
color: #D810E0;
}
.AnyTagClassName
{
color: #D810E0;
}
</style>
background-color css
<style>
a { background-color: #D810E0; }
a { background-color: rgb(216,16,224); }
div.DivClassName
{
background-color: #D810E0;
}
.BgClassName
{
background-color: #D810E0;
}
</style>
border-color css
<style>
span { border-color: #D810E0; }
span { border-color: rgb(216,16,224); }
td.TdClassName
{
border-color: #D810E0;
}
.TagClassName
{
border-color: #D810E0;
}
</style>