Shades of Deep Magenta #D808C8
Tints of Deep Magenta #D808C8
RGB
CMYK
RGB Variations
Color information
#D808C8 (or 0xD808C8) is known color: Deep Magenta. HEX triplet: D8, 08 and C8. RGB value is (216,8,200). Sum of RGB (Red+Green+Blue) = 216+8+200=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D808C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808C8 is #27F737. Grayscale: #5B5B5B. Windows color (decimal): -2619192 or 13109464. OLE color: 13109464.
HSL color Cylindrical-coordinate representation of color #D808C8: hue angle of 304.62º 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 #D808C8 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 200 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.15 |
| HSL | 304.62º | 0.93% | 0.44% | - |
| HSV(B) | 304.62º | 0.96% | 0.85% | - |
| XYZ | 38.83 | 18.94 | 56.25 | - |
| YUV | 92.08 | 188.91 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 200 | 0 | 0.96 | 0.07 | 0.15 | 304.62 | 0.93 | 0.44 |
| Hex | D8 | 8 | C8 | 0 | 60 | 7 | F | 131 | 5D | 2C |
| Octal | 330 | 10 | 310 | 0 | 140 | 7 | 17 | 461 | 135 | 54 |
| Binary | 11011000 | 1000 | 11001000 | 0 | 1100000 | 111 | 1111 | 100110001 | 1011101 | 101100 |
Color Harmonies of #D808C8
Complementary color
Monochromatic Colors of #D808C8
Black with #D808C8
Text Example
Text Example
White with #D808C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808C8; }
p { color: rgb(216,8,200); }
H1.HeaderClassName
{
color: #D808C8;
}
.AnyTagClassName
{
color: #D808C8;
}
</style>
background-color css
<style>
a { background-color: #D808C8; }
a { background-color: rgb(216,8,200); }
div.DivClassName
{
background-color: #D808C8;
}
.BgClassName
{
background-color: #D808C8;
}
</style>
border-color css
<style>
span { border-color: #D808C8; }
span { border-color: rgb(216,8,200); }
td.TdClassName
{
border-color: #D808C8;
}
.TagClassName
{
border-color: #D808C8;
}
</style>