Shades of Deep Magenta #D808E1
Tints of Deep Magenta #D808E1
RGB
CMYK
RGB Variations
Color information
#D808E1 (or 0xD808E1) is known color: Deep Magenta. HEX triplet: D8, 08 and E1. RGB value is (216,8,225). Sum of RGB (Red+Green+Blue) = 216+8+225=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 8 (3.52% from 255 or 1.78% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #D808E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808E1 is #27F71E. Grayscale: #5E5E5E. Windows color (decimal): -2619167 or 14747864. OLE color: 14747864.
HSL color Cylindrical-coordinate representation of color #D808E1: hue angle of 297.51º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D808E1 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 8 | 225 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.12 |
| HSL | 297.51º | 0.93% | 0.46% | - |
| HSV(B) | 297.51º | 0.96% | 0.88% | - |
| XYZ | 42 | 20.21 | 72.92 | - |
| YUV | 94.93 | 201.41 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 225 | 0.04 | 0.96 | 0 | 0.12 | 297.51 | 0.93 | 0.46 |
| Hex | D8 | 8 | E1 | 4 | 60 | 0 | C | 12A | 5D | 2E |
| Octal | 330 | 10 | 341 | 4 | 140 | 0 | 14 | 452 | 135 | 56 |
| Binary | 11011000 | 1000 | 11100001 | 100 | 1100000 | 0 | 1100 | 100101010 | 1011101 | 101110 |
Color Harmonies of #D808E1
Complementary color
Monochromatic Colors of #D808E1
Black with #D808E1
Text Example
Text Example
White with #D808E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808E1; }
p { color: rgb(216,8,225); }
H1.HeaderClassName
{
color: #D808E1;
}
.AnyTagClassName
{
color: #D808E1;
}
</style>
background-color css
<style>
a { background-color: #D808E1; }
a { background-color: rgb(216,8,225); }
div.DivClassName
{
background-color: #D808E1;
}
.BgClassName
{
background-color: #D808E1;
}
</style>
border-color css
<style>
span { border-color: #D808E1; }
span { border-color: rgb(216,8,225); }
td.TdClassName
{
border-color: #D808E1;
}
.TagClassName
{
border-color: #D808E1;
}
</style>