Shades of Deep Magenta #D814E4
Tints of Deep Magenta #D814E4
RGB
CMYK
RGB Variations
Color information
#D814E4 (or 0xD814E4) is known color: Deep Magenta. HEX triplet: D8, 14 and E4. RGB value is (216,20,228). Sum of RGB (Red+Green+Blue) = 216+20+228=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #D814E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814E4 is #27EB1B. Grayscale: #656565. Windows color (decimal): -2616092 or 14947544. OLE color: 14947544.
HSL color Cylindrical-coordinate representation of color #D814E4: hue angle of 296.54º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D814E4 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 20 | 228 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.11 |
| HSL | 296.54º | 0.84% | 0.49% | - |
| HSV(B) | 296.54º | 0.91% | 0.89% | - |
| XYZ | 42.57 | 20.7 | 75.15 | - |
| YUV | 102.32 | 198.93 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 228 | 0.05 | 0.91 | 0 | 0.11 | 296.54 | 0.84 | 0.49 |
| Hex | D8 | 14 | E4 | 5 | 5B | 0 | B | 129 | 54 | 31 |
| Octal | 330 | 24 | 344 | 5 | 133 | 0 | 13 | 451 | 124 | 61 |
| Binary | 11011000 | 10100 | 11100100 | 101 | 1011011 | 0 | 1011 | 100101001 | 1010100 | 110001 |
Color Harmonies of #D814E4
Complementary color
Monochromatic Colors of #D814E4
Black with #D814E4
Text Example
Text Example
White with #D814E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D814E4; }
p { color: rgb(216,20,228); }
H1.HeaderClassName
{
color: #D814E4;
}
.AnyTagClassName
{
color: #D814E4;
}
</style>
background-color css
<style>
a { background-color: #D814E4; }
a { background-color: rgb(216,20,228); }
div.DivClassName
{
background-color: #D814E4;
}
.BgClassName
{
background-color: #D814E4;
}
</style>
border-color css
<style>
span { border-color: #D814E4; }
span { border-color: rgb(216,20,228); }
td.TdClassName
{
border-color: #D814E4;
}
.TagClassName
{
border-color: #D814E4;
}
</style>