Shades of Deep Magenta #D808DF
Tints of Deep Magenta #D808DF
RGB
CMYK
RGB Variations
Color information
#D808DF (or 0xD808DF) is known color: Deep Magenta. HEX triplet: D8, 08 and DF. RGB value is (216,8,223). Sum of RGB (Red+Green+Blue) = 216+8+223=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 8 (3.52% from 255 or 1.79% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #D808DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808DF is #27F720. Grayscale: #5E5E5E. Windows color (decimal): -2619169 or 14616792. OLE color: 14616792.
HSL color Cylindrical-coordinate representation of color #D808DF: hue angle of 298.05º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D808DF is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 8 | 223 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.13 |
| HSL | 298.05º | 0.93% | 0.45% | - |
| HSV(B) | 298.05º | 0.96% | 0.87% | - |
| XYZ | 41.73 | 20.1 | 71.49 | - |
| YUV | 94.7 | 200.41 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 223 | 0.03 | 0.96 | 0 | 0.13 | 298.05 | 0.93 | 0.45 |
| Hex | D8 | 8 | DF | 3 | 60 | 0 | D | 12A | 5D | 2D |
| Octal | 330 | 10 | 337 | 3 | 140 | 0 | 15 | 452 | 135 | 55 |
| Binary | 11011000 | 1000 | 11011111 | 11 | 1100000 | 0 | 1101 | 100101010 | 1011101 | 101101 |
Color Harmonies of #D808DF
Complementary color
Monochromatic Colors of #D808DF
Black with #D808DF
Text Example
Text Example
White with #D808DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808DF; }
p { color: rgb(216,8,223); }
H1.HeaderClassName
{
color: #D808DF;
}
.AnyTagClassName
{
color: #D808DF;
}
</style>
background-color css
<style>
a { background-color: #D808DF; }
a { background-color: rgb(216,8,223); }
div.DivClassName
{
background-color: #D808DF;
}
.BgClassName
{
background-color: #D808DF;
}
</style>
border-color css
<style>
span { border-color: #D808DF; }
span { border-color: rgb(216,8,223); }
td.TdClassName
{
border-color: #D808DF;
}
.TagClassName
{
border-color: #D808DF;
}
</style>