Shades of Deep Magenta #D203CE
Tints of Deep Magenta #D203CE
RGB
CMYK
RGB Variations
Color information
#D203CE (or 0xD203CE) is known color: Deep Magenta. HEX triplet: D2, 03 and CE. RGB value is (210,3,206). Sum of RGB (Red+Green+Blue) = 210+3+206=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D203CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D203CE is #2DFC31. Grayscale: #575757. Windows color (decimal): -3013682 or 13501394. OLE color: 13501394.
HSL color Cylindrical-coordinate representation of color #D203CE: hue angle of 301.16º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D203CE is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.18 |
| HSL | 301.16º | 0.97% | 0.42% | - |
| HSV(B) | 301.16º | 0.99% | 0.82% | - |
| XYZ | 37.75 | 18.22 | 59.92 | - |
| YUV | 88.04 | 194.58 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 206 | 0 | 0.99 | 0.02 | 0.18 | 301.16 | 0.97 | 0.42 |
| Hex | D2 | 3 | CE | 0 | 63 | 2 | 12 | 12D | 61 | 2A |
| Octal | 322 | 3 | 316 | 0 | 143 | 2 | 22 | 455 | 141 | 52 |
| Binary | 11010010 | 11 | 11001110 | 0 | 1100011 | 10 | 10010 | 100101101 | 1100001 | 101010 |
Color Harmonies of #D203CE
Complementary color
Monochromatic Colors of #D203CE
Black with #D203CE
Text Example
Text Example
White with #D203CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D203CE; }
p { color: rgb(210,3,206); }
H1.HeaderClassName
{
color: #D203CE;
}
.AnyTagClassName
{
color: #D203CE;
}
</style>
background-color css
<style>
a { background-color: #D203CE; }
a { background-color: rgb(210,3,206); }
div.DivClassName
{
background-color: #D203CE;
}
.BgClassName
{
background-color: #D203CE;
}
</style>
border-color css
<style>
span { border-color: #D203CE; }
span { border-color: rgb(210,3,206); }
td.TdClassName
{
border-color: #D203CE;
}
.TagClassName
{
border-color: #D203CE;
}
</style>