Shades of Deep Magenta #D808CD
Tints of Deep Magenta #D808CD
RGB
CMYK
RGB Variations
Color information
#D808CD (or 0xD808CD) is known color: Deep Magenta. HEX triplet: D8, 08 and CD. RGB value is (216,8,205). Sum of RGB (Red+Green+Blue) = 216+8+205=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D808CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808CD is #27F732. Grayscale: #5C5C5C. Windows color (decimal): -2619187 or 13437144. OLE color: 13437144.
HSL color Cylindrical-coordinate representation of color #D808CD: hue angle of 303.17º 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 #D808CD is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 205 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.15 |
| HSL | 303.17º | 0.93% | 0.44% | - |
| HSV(B) | 303.17º | 0.96% | 0.85% | - |
| XYZ | 39.43 | 19.18 | 59.38 | - |
| YUV | 92.65 | 191.41 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 205 | 0 | 0.96 | 0.05 | 0.15 | 303.17 | 0.93 | 0.44 |
| Hex | D8 | 8 | CD | 0 | 60 | 5 | F | 12F | 5D | 2C |
| Octal | 330 | 10 | 315 | 0 | 140 | 5 | 17 | 457 | 135 | 54 |
| Binary | 11011000 | 1000 | 11001101 | 0 | 1100000 | 101 | 1111 | 100101111 | 1011101 | 101100 |
Color Harmonies of #D808CD
Complementary color
Monochromatic Colors of #D808CD
Black with #D808CD
Text Example
Text Example
White with #D808CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808CD; }
p { color: rgb(216,8,205); }
H1.HeaderClassName
{
color: #D808CD;
}
.AnyTagClassName
{
color: #D808CD;
}
</style>
background-color css
<style>
a { background-color: #D808CD; }
a { background-color: rgb(216,8,205); }
div.DivClassName
{
background-color: #D808CD;
}
.BgClassName
{
background-color: #D808CD;
}
</style>
border-color css
<style>
span { border-color: #D808CD; }
span { border-color: rgb(216,8,205); }
td.TdClassName
{
border-color: #D808CD;
}
.TagClassName
{
border-color: #D808CD;
}
</style>