Shades of Deep Magenta #D808C9
Tints of Deep Magenta #D808C9
RGB
CMYK
RGB Variations
Color information
#D808C9 (or 0xD808C9) is known color: Deep Magenta. HEX triplet: D8, 08 and C9. RGB value is (216,8,201). Sum of RGB (Red+Green+Blue) = 216+8+201=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D808C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808C9 is #27F736. Grayscale: #5B5B5B. Windows color (decimal): -2619191 or 13175000. OLE color: 13175000.
HSL color Cylindrical-coordinate representation of color #D808C9: hue angle of 304.33º 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 #D808C9 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 201 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.15 |
| HSL | 304.33º | 0.93% | 0.44% | - |
| HSV(B) | 304.33º | 0.96% | 0.85% | - |
| XYZ | 38.95 | 18.99 | 56.87 | - |
| YUV | 92.19 | 189.41 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 201 | 0 | 0.96 | 0.07 | 0.15 | 304.33 | 0.93 | 0.44 |
| Hex | D8 | 8 | C9 | 0 | 60 | 7 | F | 130 | 5D | 2C |
| Octal | 330 | 10 | 311 | 0 | 140 | 7 | 17 | 460 | 135 | 54 |
| Binary | 11011000 | 1000 | 11001001 | 0 | 1100000 | 111 | 1111 | 100110000 | 1011101 | 101100 |
Color Harmonies of #D808C9
Complementary color
Monochromatic Colors of #D808C9
Black with #D808C9
Text Example
Text Example
White with #D808C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808C9; }
p { color: rgb(216,8,201); }
H1.HeaderClassName
{
color: #D808C9;
}
.AnyTagClassName
{
color: #D808C9;
}
</style>
background-color css
<style>
a { background-color: #D808C9; }
a { background-color: rgb(216,8,201); }
div.DivClassName
{
background-color: #D808C9;
}
.BgClassName
{
background-color: #D808C9;
}
</style>
border-color css
<style>
span { border-color: #D808C9; }
span { border-color: rgb(216,8,201); }
td.TdClassName
{
border-color: #D808C9;
}
.TagClassName
{
border-color: #D808C9;
}
</style>