Shades of Deep Magenta #D804E1
Tints of Deep Magenta #D804E1
RGB
CMYK
RGB Variations
Color information
#D804E1 (or 0xD804E1) is known color: Deep Magenta. HEX triplet: D8, 04 and E1. RGB value is (216,4,225). Sum of RGB (Red+Green+Blue) = 216+4+225=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #D804E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D804E1 is #27FB1E. Grayscale: #5B5B5B. Windows color (decimal): -2620191 or 14746840. OLE color: 14746840.
HSL color Cylindrical-coordinate representation of color #D804E1: hue angle of 297.56º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D804E1 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 4 | 225 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.12 |
| HSL | 297.56º | 0.97% | 0.45% | - |
| HSV(B) | 297.56º | 0.98% | 0.88% | - |
| XYZ | 41.95 | 20.12 | 72.91 | - |
| YUV | 92.58 | 202.74 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 225 | 0.04 | 0.98 | 0 | 0.12 | 297.56 | 0.97 | 0.45 |
| Hex | D8 | 4 | E1 | 4 | 62 | 0 | C | 12A | 61 | 2D |
| Octal | 330 | 4 | 341 | 4 | 142 | 0 | 14 | 452 | 141 | 55 |
| Binary | 11011000 | 100 | 11100001 | 100 | 1100010 | 0 | 1100 | 100101010 | 1100001 | 101101 |
Color Harmonies of #D804E1
Complementary color
Monochromatic Colors of #D804E1
Black with #D804E1
Text Example
Text Example
White with #D804E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D804E1; }
p { color: rgb(216,4,225); }
H1.HeaderClassName
{
color: #D804E1;
}
.AnyTagClassName
{
color: #D804E1;
}
</style>
background-color css
<style>
a { background-color: #D804E1; }
a { background-color: rgb(216,4,225); }
div.DivClassName
{
background-color: #D804E1;
}
.BgClassName
{
background-color: #D804E1;
}
</style>
border-color css
<style>
span { border-color: #D804E1; }
span { border-color: rgb(216,4,225); }
td.TdClassName
{
border-color: #D804E1;
}
.TagClassName
{
border-color: #D804E1;
}
</style>