Shades of Deep Magenta #D203CC
Tints of Deep Magenta #D203CC
RGB
CMYK
RGB Variations
Color information
#D203CC (or 0xD203CC) is known color: Deep Magenta. HEX triplet: D2, 03 and CC. RGB value is (210,3,204). Sum of RGB (Red+Green+Blue) = 210+3+204=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D203CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D203CC is #2DFC33. Grayscale: #575757. Windows color (decimal): -3013684 or 13370322. OLE color: 13370322.
HSL color Cylindrical-coordinate representation of color #D203CC: hue angle of 301.74º 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 #D203CC is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.18 |
| HSL | 301.74º | 0.97% | 0.42% | - |
| HSV(B) | 301.74º | 0.99% | 0.82% | - |
| XYZ | 37.51 | 18.13 | 58.65 | - |
| YUV | 87.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 204 | 0 | 0.99 | 0.03 | 0.18 | 301.74 | 0.97 | 0.42 |
| Hex | D2 | 3 | CC | 0 | 63 | 3 | 12 | 12E | 61 | 2A |
| Octal | 322 | 3 | 314 | 0 | 143 | 3 | 22 | 456 | 141 | 52 |
| Binary | 11010010 | 11 | 11001100 | 0 | 1100011 | 11 | 10010 | 100101110 | 1100001 | 101010 |
Color Harmonies of #D203CC
Complementary color
Monochromatic Colors of #D203CC
Black with #D203CC
Text Example
Text Example
White with #D203CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D203CC; }
p { color: rgb(210,3,204); }
H1.HeaderClassName
{
color: #D203CC;
}
.AnyTagClassName
{
color: #D203CC;
}
</style>
background-color css
<style>
a { background-color: #D203CC; }
a { background-color: rgb(210,3,204); }
div.DivClassName
{
background-color: #D203CC;
}
.BgClassName
{
background-color: #D203CC;
}
</style>
border-color css
<style>
span { border-color: #D203CC; }
span { border-color: rgb(210,3,204); }
td.TdClassName
{
border-color: #D203CC;
}
.TagClassName
{
border-color: #D203CC;
}
</style>