Shades of Deep Magenta #D208DA
Tints of Deep Magenta #D208DA
RGB
CMYK
RGB Variations
Color information
#D208DA (or 0xD208DA) is known color: Deep Magenta. HEX triplet: D2, 08 and DA. RGB value is (210,8,218). Sum of RGB (Red+Green+Blue) = 210+8+218=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #D208DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208DA is #2DF725. Grayscale: #5B5B5B. Windows color (decimal): -3012390 or 14289106. OLE color: 14289106.
HSL color Cylindrical-coordinate representation of color #D208DA: hue angle of 297.71º 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 #D208DA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 8 | 218 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.15 |
| HSL | 297.71º | 0.93% | 0.44% | - |
| HSV(B) | 297.71º | 0.96% | 0.85% | - |
| XYZ | 39.32 | 18.94 | 67.91 | - |
| YUV | 92.34 | 198.92 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 218 | 0.04 | 0.96 | 0 | 0.15 | 297.71 | 0.93 | 0.44 |
| Hex | D2 | 8 | DA | 4 | 60 | 0 | F | 12A | 5D | 2C |
| Octal | 322 | 10 | 332 | 4 | 140 | 0 | 17 | 452 | 135 | 54 |
| Binary | 11010010 | 1000 | 11011010 | 100 | 1100000 | 0 | 1111 | 100101010 | 1011101 | 101100 |
Color Harmonies of #D208DA
Complementary color
Monochromatic Colors of #D208DA
Black with #D208DA
Text Example
Text Example
White with #D208DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208DA; }
p { color: rgb(210,8,218); }
H1.HeaderClassName
{
color: #D208DA;
}
.AnyTagClassName
{
color: #D208DA;
}
</style>
background-color css
<style>
a { background-color: #D208DA; }
a { background-color: rgb(210,8,218); }
div.DivClassName
{
background-color: #D208DA;
}
.BgClassName
{
background-color: #D208DA;
}
</style>
border-color css
<style>
span { border-color: #D208DA; }
span { border-color: rgb(210,8,218); }
td.TdClassName
{
border-color: #D208DA;
}
.TagClassName
{
border-color: #D208DA;
}
</style>