Shades of Deep Magenta #D814E1
Tints of Deep Magenta #D814E1
RGB
CMYK
RGB Variations
Color information
#D814E1 (or 0xD814E1) is known color: Deep Magenta. HEX triplet: D8, 14 and E1. RGB value is (216,20,225). Sum of RGB (Red+Green+Blue) = 216+20+225=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #D814E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814E1 is #27EB1E. Grayscale: #656565. Windows color (decimal): -2616095 or 14750936. OLE color: 14750936.
HSL color Cylindrical-coordinate representation of color #D814E1: hue angle of 297.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D814E1 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 20 | 225 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.12 |
| HSL | 297.37º | 0.84% | 0.48% | - |
| HSV(B) | 297.37º | 0.91% | 0.88% | - |
| XYZ | 42.16 | 20.54 | 72.98 | - |
| YUV | 101.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 225 | 0.04 | 0.91 | 0 | 0.12 | 297.37 | 0.84 | 0.48 |
| Hex | D8 | 14 | E1 | 4 | 5B | 0 | C | 129 | 54 | 30 |
| Octal | 330 | 24 | 341 | 4 | 133 | 0 | 14 | 451 | 124 | 60 |
| Binary | 11011000 | 10100 | 11100001 | 100 | 1011011 | 0 | 1100 | 100101001 | 1010100 | 110000 |
Color Harmonies of #D814E1
Complementary color
Monochromatic Colors of #D814E1
Black with #D814E1
Text Example
Text Example
White with #D814E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D814E1; }
p { color: rgb(216,20,225); }
H1.HeaderClassName
{
color: #D814E1;
}
.AnyTagClassName
{
color: #D814E1;
}
</style>
background-color css
<style>
a { background-color: #D814E1; }
a { background-color: rgb(216,20,225); }
div.DivClassName
{
background-color: #D814E1;
}
.BgClassName
{
background-color: #D814E1;
}
</style>
border-color css
<style>
span { border-color: #D814E1; }
span { border-color: rgb(216,20,225); }
td.TdClassName
{
border-color: #D814E1;
}
.TagClassName
{
border-color: #D814E1;
}
</style>