Shades of Deep Magenta #D208C6
Tints of Deep Magenta #D208C6
RGB
CMYK
RGB Variations
Color information
#D208C6 (or 0xD208C6) is known color: Deep Magenta. HEX triplet: D2, 08 and C6. RGB value is (210,8,198). Sum of RGB (Red+Green+Blue) = 210+8+198=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D208C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208C6 is #2DF739. Grayscale: #595959. Windows color (decimal): -3012410 or 12978386. OLE color: 12978386.
HSL color Cylindrical-coordinate representation of color #D208C6: hue angle of 303.56º 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 #D208C6 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 198 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.18 |
| HSL | 303.56º | 0.93% | 0.43% | - |
| HSV(B) | 303.56º | 0.96% | 0.82% | - |
| XYZ | 36.86 | 17.95 | 54.95 | - |
| YUV | 90.06 | 188.92 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 198 | 0 | 0.96 | 0.06 | 0.18 | 303.56 | 0.93 | 0.43 |
| Hex | D2 | 8 | C6 | 0 | 60 | 6 | 12 | 130 | 5D | 2B |
| Octal | 322 | 10 | 306 | 0 | 140 | 6 | 22 | 460 | 135 | 53 |
| Binary | 11010010 | 1000 | 11000110 | 0 | 1100000 | 110 | 10010 | 100110000 | 1011101 | 101011 |
Color Harmonies of #D208C6
Complementary color
Monochromatic Colors of #D208C6
Black with #D208C6
Text Example
Text Example
White with #D208C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208C6; }
p { color: rgb(210,8,198); }
H1.HeaderClassName
{
color: #D208C6;
}
.AnyTagClassName
{
color: #D208C6;
}
</style>
background-color css
<style>
a { background-color: #D208C6; }
a { background-color: rgb(210,8,198); }
div.DivClassName
{
background-color: #D208C6;
}
.BgClassName
{
background-color: #D208C6;
}
</style>
border-color css
<style>
span { border-color: #D208C6; }
span { border-color: rgb(210,8,198); }
td.TdClassName
{
border-color: #D208C6;
}
.TagClassName
{
border-color: #D208C6;
}
</style>