Shades of Deep Magenta #D208C3
Tints of Deep Magenta #D208C3
RGB
CMYK
RGB Variations
Color information
#D208C3 (or 0xD208C3) is known color: Deep Magenta. HEX triplet: D2, 08 and C3. RGB value is (210,8,195). Sum of RGB (Red+Green+Blue) = 210+8+195=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D208C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208C3 is #2DF73C. Grayscale: #595959. Windows color (decimal): -3012413 or 12781778. OLE color: 12781778.
HSL color Cylindrical-coordinate representation of color #D208C3: hue angle of 304.46º 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 #D208C3 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 195 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.18 |
| HSL | 304.46º | 0.93% | 0.43% | - |
| HSV(B) | 304.46º | 0.96% | 0.82% | - |
| XYZ | 36.52 | 17.82 | 53.14 | - |
| YUV | 89.72 | 187.42 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 195 | 0 | 0.96 | 0.07 | 0.18 | 304.46 | 0.93 | 0.43 |
| Hex | D2 | 8 | C3 | 0 | 60 | 7 | 12 | 130 | 5D | 2B |
| Octal | 322 | 10 | 303 | 0 | 140 | 7 | 22 | 460 | 135 | 53 |
| Binary | 11010010 | 1000 | 11000011 | 0 | 1100000 | 111 | 10010 | 100110000 | 1011101 | 101011 |
Color Harmonies of #D208C3
Complementary color
Monochromatic Colors of #D208C3
Black with #D208C3
Text Example
Text Example
White with #D208C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208C3; }
p { color: rgb(210,8,195); }
H1.HeaderClassName
{
color: #D208C3;
}
.AnyTagClassName
{
color: #D208C3;
}
</style>
background-color css
<style>
a { background-color: #D208C3; }
a { background-color: rgb(210,8,195); }
div.DivClassName
{
background-color: #D208C3;
}
.BgClassName
{
background-color: #D208C3;
}
</style>
border-color css
<style>
span { border-color: #D208C3; }
span { border-color: rgb(210,8,195); }
td.TdClassName
{
border-color: #D208C3;
}
.TagClassName
{
border-color: #D208C3;
}
</style>