Shades of Deep Magenta #D203CD
Tints of Deep Magenta #D203CD
RGB
CMYK
RGB Variations
Color information
#D203CD (or 0xD203CD) is known color: Deep Magenta. HEX triplet: D2, 03 and CD. RGB value is (210,3,205). Sum of RGB (Red+Green+Blue) = 210+3+205=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D203CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D203CD is #2DFC32. Grayscale: #575757. Windows color (decimal): -3013683 or 13435858. OLE color: 13435858.
HSL color Cylindrical-coordinate representation of color #D203CD: hue angle of 301.45º 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 #D203CD is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.18 |
| HSL | 301.45º | 0.97% | 0.42% | - |
| HSV(B) | 301.45º | 0.99% | 0.82% | - |
| XYZ | 37.63 | 18.17 | 59.28 | - |
| YUV | 87.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 205 | 0 | 0.99 | 0.02 | 0.18 | 301.45 | 0.97 | 0.42 |
| Hex | D2 | 3 | CD | 0 | 63 | 2 | 12 | 12D | 61 | 2A |
| Octal | 322 | 3 | 315 | 0 | 143 | 2 | 22 | 455 | 141 | 52 |
| Binary | 11010010 | 11 | 11001101 | 0 | 1100011 | 10 | 10010 | 100101101 | 1100001 | 101010 |
Color Harmonies of #D203CD
Complementary color
Monochromatic Colors of #D203CD
Black with #D203CD
Text Example
Text Example
White with #D203CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D203CD; }
p { color: rgb(210,3,205); }
H1.HeaderClassName
{
color: #D203CD;
}
.AnyTagClassName
{
color: #D203CD;
}
</style>
background-color css
<style>
a { background-color: #D203CD; }
a { background-color: rgb(210,3,205); }
div.DivClassName
{
background-color: #D203CD;
}
.BgClassName
{
background-color: #D203CD;
}
</style>
border-color css
<style>
span { border-color: #D203CD; }
span { border-color: rgb(210,3,205); }
td.TdClassName
{
border-color: #D203CD;
}
.TagClassName
{
border-color: #D203CD;
}
</style>