Shades of Deep Magenta #D208BC
Tints of Deep Magenta #D208BC
RGB
CMYK
RGB Variations
Color information
#D208BC (or 0xD208BC) is known color: Deep Magenta. HEX triplet: D2, 08 and BC. RGB value is (210,8,188). Sum of RGB (Red+Green+Blue) = 210+8+188=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D208BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208BC is #2DF743. Grayscale: #585858. Windows color (decimal): -3012420 or 12323026. OLE color: 12323026.
HSL color Cylindrical-coordinate representation of color #D208BC: hue angle of 306.53º 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 #D208BC is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.18 |
| HSL | 306.53º | 0.93% | 0.43% | - |
| HSV(B) | 306.53º | 0.96% | 0.82% | - |
| XYZ | 35.74 | 17.51 | 49.07 | - |
| YUV | 88.92 | 183.92 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 188 | 0 | 0.96 | 0.10 | 0.18 | 306.53 | 0.93 | 0.43 |
| Hex | D2 | 8 | BC | 0 | 60 | A | 12 | 133 | 5D | 2B |
| Octal | 322 | 10 | 274 | 0 | 140 | 12 | 22 | 463 | 135 | 53 |
| Binary | 11010010 | 1000 | 10111100 | 0 | 1100000 | 1010 | 10010 | 100110011 | 1011101 | 101011 |
Color Harmonies of #D208BC
Complementary color
Monochromatic Colors of #D208BC
Black with #D208BC
Text Example
Text Example
White with #D208BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208BC; }
p { color: rgb(210,8,188); }
H1.HeaderClassName
{
color: #D208BC;
}
.AnyTagClassName
{
color: #D208BC;
}
</style>
background-color css
<style>
a { background-color: #D208BC; }
a { background-color: rgb(210,8,188); }
div.DivClassName
{
background-color: #D208BC;
}
.BgClassName
{
background-color: #D208BC;
}
</style>
border-color css
<style>
span { border-color: #D208BC; }
span { border-color: rgb(210,8,188); }
td.TdClassName
{
border-color: #D208BC;
}
.TagClassName
{
border-color: #D208BC;
}
</style>