Shades of Deep Magenta #D208C1
Tints of Deep Magenta #D208C1
RGB
CMYK
RGB Variations
Color information
#D208C1 (or 0xD208C1) is known color: Deep Magenta. HEX triplet: D2, 08 and C1. RGB value is (210,8,193). Sum of RGB (Red+Green+Blue) = 210+8+193=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D208C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208C1 is #2DF73E. Grayscale: #585858. Windows color (decimal): -3012415 or 12650706. OLE color: 12650706.
HSL color Cylindrical-coordinate representation of color #D208C1: hue angle of 305.05º 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 #D208C1 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 193 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.18 |
| HSL | 305.05º | 0.93% | 0.43% | - |
| HSV(B) | 305.05º | 0.96% | 0.82% | - |
| XYZ | 36.29 | 17.73 | 51.96 | - |
| YUV | 89.49 | 186.42 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 193 | 0 | 0.96 | 0.08 | 0.18 | 305.05 | 0.93 | 0.43 |
| Hex | D2 | 8 | C1 | 0 | 60 | 8 | 12 | 131 | 5D | 2B |
| Octal | 322 | 10 | 301 | 0 | 140 | 10 | 22 | 461 | 135 | 53 |
| Binary | 11010010 | 1000 | 11000001 | 0 | 1100000 | 1000 | 10010 | 100110001 | 1011101 | 101011 |
Color Harmonies of #D208C1
Complementary color
Monochromatic Colors of #D208C1
Black with #D208C1
Text Example
Text Example
White with #D208C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208C1; }
p { color: rgb(210,8,193); }
H1.HeaderClassName
{
color: #D208C1;
}
.AnyTagClassName
{
color: #D208C1;
}
</style>
background-color css
<style>
a { background-color: #D208C1; }
a { background-color: rgb(210,8,193); }
div.DivClassName
{
background-color: #D208C1;
}
.BgClassName
{
background-color: #D208C1;
}
</style>
border-color css
<style>
span { border-color: #D208C1; }
span { border-color: rgb(210,8,193); }
td.TdClassName
{
border-color: #D208C1;
}
.TagClassName
{
border-color: #D208C1;
}
</style>