Shades of Deep Magenta #D208BD
Tints of Deep Magenta #D208BD
RGB
CMYK
RGB Variations
Color information
#D208BD (or 0xD208BD) is known color: Deep Magenta. HEX triplet: D2, 08 and BD. RGB value is (210,8,189). Sum of RGB (Red+Green+Blue) = 210+8+189=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D208BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208BD is #2DF742. Grayscale: #585858. Windows color (decimal): -3012419 or 12388562. OLE color: 12388562.
HSL color Cylindrical-coordinate representation of color #D208BD: hue angle of 306.24º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D208BD is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 189 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.18 |
| HSL | 306.24º | 0.93% | 0.43% | - |
| HSV(B) | 306.24º | 0.96% | 0.82% | - |
| XYZ | 35.85 | 17.55 | 49.64 | - |
| YUV | 89.03 | 184.42 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 189 | 0 | 0.96 | 0.10 | 0.18 | 306.24 | 0.93 | 0.43 |
| Hex | D2 | 8 | BD | 0 | 60 | A | 12 | 132 | 5D | 2B |
| Octal | 322 | 10 | 275 | 0 | 140 | 12 | 22 | 462 | 135 | 53 |
| Binary | 11010010 | 1000 | 10111101 | 0 | 1100000 | 1010 | 10010 | 100110010 | 1011101 | 101011 |
Color Harmonies of #D208BD
Complementary color
Monochromatic Colors of #D208BD
Black with #D208BD
Text Example
Text Example
White with #D208BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208BD; }
p { color: rgb(210,8,189); }
H1.HeaderClassName
{
color: #D208BD;
}
.AnyTagClassName
{
color: #D208BD;
}
</style>
background-color css
<style>
a { background-color: #D208BD; }
a { background-color: rgb(210,8,189); }
div.DivClassName
{
background-color: #D208BD;
}
.BgClassName
{
background-color: #D208BD;
}
</style>
border-color css
<style>
span { border-color: #D208BD; }
span { border-color: rgb(210,8,189); }
td.TdClassName
{
border-color: #D208BD;
}
.TagClassName
{
border-color: #D208BD;
}
</style>