Shades of Deep Magenta #D203DD
Tints of Deep Magenta #D203DD
RGB
CMYK
RGB Variations
Color information
#D203DD (or 0xD203DD) is known color: Deep Magenta. HEX triplet: D2, 03 and DD. RGB value is (210,3,221). Sum of RGB (Red+Green+Blue) = 210+3+221=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #D203DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D203DD is #2DFC22. Grayscale: #595959. Windows color (decimal): -3013667 or 14484434. OLE color: 14484434.
HSL color Cylindrical-coordinate representation of color #D203DD: hue angle of 296.97º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D203DD is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 3 | 221 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.13 |
| HSL | 296.97º | 0.97% | 0.44% | - |
| HSV(B) | 296.97º | 0.99% | 0.87% | - |
| XYZ | 39.66 | 18.99 | 69.98 | - |
| YUV | 89.75 | 202.08 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 221 | 0.05 | 0.99 | 0 | 0.13 | 296.97 | 0.97 | 0.44 |
| Hex | D2 | 3 | DD | 5 | 63 | 0 | D | 129 | 61 | 2C |
| Octal | 322 | 3 | 335 | 5 | 143 | 0 | 15 | 451 | 141 | 54 |
| Binary | 11010010 | 11 | 11011101 | 101 | 1100011 | 0 | 1101 | 100101001 | 1100001 | 101100 |
Color Harmonies of #D203DD
Complementary color
Monochromatic Colors of #D203DD
Black with #D203DD
Text Example
Text Example
White with #D203DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D203DD; }
p { color: rgb(210,3,221); }
H1.HeaderClassName
{
color: #D203DD;
}
.AnyTagClassName
{
color: #D203DD;
}
</style>
background-color css
<style>
a { background-color: #D203DD; }
a { background-color: rgb(210,3,221); }
div.DivClassName
{
background-color: #D203DD;
}
.BgClassName
{
background-color: #D203DD;
}
</style>
border-color css
<style>
span { border-color: #D203DD; }
span { border-color: rgb(210,3,221); }
td.TdClassName
{
border-color: #D203DD;
}
.TagClassName
{
border-color: #D203DD;
}
</style>