Shades of Deep Magenta #D008D9
Tints of Deep Magenta #D008D9
RGB
CMYK
RGB Variations
Color information
#D008D9 (or 0xD008D9) is known color: Deep Magenta. HEX triplet: D0, 08 and D9. RGB value is (208,8,217). Sum of RGB (Red+Green+Blue) = 208+8+217=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #D008D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008D9 is #2FF726. Grayscale: #5A5A5A. Windows color (decimal): -3143463 or 14223568. OLE color: 14223568.
HSL color Cylindrical-coordinate representation of color #D008D9: hue angle of 297.42º 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 #D008D9 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 8 | 217 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.15 |
| HSL | 297.42º | 0.93% | 0.44% | - |
| HSV(B) | 297.42º | 0.96% | 0.85% | - |
| XYZ | 38.62 | 18.59 | 67.2 | - |
| YUV | 91.63 | 198.76 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 217 | 0.04 | 0.96 | 0 | 0.15 | 297.42 | 0.93 | 0.44 |
| Hex | D0 | 8 | D9 | 4 | 60 | 0 | F | 129 | 5D | 2C |
| Octal | 320 | 10 | 331 | 4 | 140 | 0 | 17 | 451 | 135 | 54 |
| Binary | 11010000 | 1000 | 11011001 | 100 | 1100000 | 0 | 1111 | 100101001 | 1011101 | 101100 |
Color Harmonies of #D008D9
Complementary color
Monochromatic Colors of #D008D9
Black with #D008D9
Text Example
Text Example
White with #D008D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008D9; }
p { color: rgb(208,8,217); }
H1.HeaderClassName
{
color: #D008D9;
}
.AnyTagClassName
{
color: #D008D9;
}
</style>
background-color css
<style>
a { background-color: #D008D9; }
a { background-color: rgb(208,8,217); }
div.DivClassName
{
background-color: #D008D9;
}
.BgClassName
{
background-color: #D008D9;
}
</style>
border-color css
<style>
span { border-color: #D008D9; }
span { border-color: rgb(208,8,217); }
td.TdClassName
{
border-color: #D008D9;
}
.TagClassName
{
border-color: #D008D9;
}
</style>