Shades of Deep Magenta #D208DE
Tints of Deep Magenta #D208DE
RGB
CMYK
RGB Variations
Color information
#D208DE (or 0xD208DE) is known color: Deep Magenta. HEX triplet: D2, 08 and DE. RGB value is (210,8,222). Sum of RGB (Red+Green+Blue) = 210+8+222=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #D208DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208DE is #2DF721. Grayscale: #5C5C5C. Windows color (decimal): -3012386 or 14551250. OLE color: 14551250.
HSL color Cylindrical-coordinate representation of color #D208DE: hue angle of 296.64º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D208DE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 8 | 222 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.13 |
| HSL | 296.64º | 0.93% | 0.45% | - |
| HSV(B) | 296.64º | 0.96% | 0.87% | - |
| XYZ | 39.85 | 19.15 | 70.7 | - |
| YUV | 92.79 | 200.92 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 222 | 0.05 | 0.96 | 0 | 0.13 | 296.64 | 0.93 | 0.45 |
| Hex | D2 | 8 | DE | 5 | 60 | 0 | D | 129 | 5D | 2D |
| Octal | 322 | 10 | 336 | 5 | 140 | 0 | 15 | 451 | 135 | 55 |
| Binary | 11010010 | 1000 | 11011110 | 101 | 1100000 | 0 | 1101 | 100101001 | 1011101 | 101101 |
Color Harmonies of #D208DE
Complementary color
Monochromatic Colors of #D208DE
Black with #D208DE
Text Example
Text Example
White with #D208DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208DE; }
p { color: rgb(210,8,222); }
H1.HeaderClassName
{
color: #D208DE;
}
.AnyTagClassName
{
color: #D208DE;
}
</style>
background-color css
<style>
a { background-color: #D208DE; }
a { background-color: rgb(210,8,222); }
div.DivClassName
{
background-color: #D208DE;
}
.BgClassName
{
background-color: #D208DE;
}
</style>
border-color css
<style>
span { border-color: #D208DE; }
span { border-color: rgb(210,8,222); }
td.TdClassName
{
border-color: #D208DE;
}
.TagClassName
{
border-color: #D208DE;
}
</style>