Shades of Deep Magenta #D808D4
Tints of Deep Magenta #D808D4
RGB
CMYK
RGB Variations
Color information
#D808D4 (or 0xD808D4) is known color: Deep Magenta. HEX triplet: D8, 08 and D4. RGB value is (216,8,212). Sum of RGB (Red+Green+Blue) = 216+8+212=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D808D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808D4 is #27F72B. Grayscale: #5C5C5C. Windows color (decimal): -2619180 or 13895896. OLE color: 13895896.
HSL color Cylindrical-coordinate representation of color #D808D4: hue angle of 301.15º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D808D4 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 212 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.15 |
| HSL | 301.15º | 0.93% | 0.44% | - |
| HSV(B) | 301.15º | 0.96% | 0.85% | - |
| XYZ | 40.29 | 19.53 | 63.93 | - |
| YUV | 93.45 | 194.91 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 212 | 0 | 0.96 | 0.02 | 0.15 | 301.15 | 0.93 | 0.44 |
| Hex | D8 | 8 | D4 | 0 | 60 | 2 | F | 12D | 5D | 2C |
| Octal | 330 | 10 | 324 | 0 | 140 | 2 | 17 | 455 | 135 | 54 |
| Binary | 11011000 | 1000 | 11010100 | 0 | 1100000 | 10 | 1111 | 100101101 | 1011101 | 101100 |
Color Harmonies of #D808D4
Complementary color
Monochromatic Colors of #D808D4
Black with #D808D4
Text Example
Text Example
White with #D808D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808D4; }
p { color: rgb(216,8,212); }
H1.HeaderClassName
{
color: #D808D4;
}
.AnyTagClassName
{
color: #D808D4;
}
</style>
background-color css
<style>
a { background-color: #D808D4; }
a { background-color: rgb(216,8,212); }
div.DivClassName
{
background-color: #D808D4;
}
.BgClassName
{
background-color: #D808D4;
}
</style>
border-color css
<style>
span { border-color: #D808D4; }
span { border-color: rgb(216,8,212); }
td.TdClassName
{
border-color: #D808D4;
}
.TagClassName
{
border-color: #D808D4;
}
</style>