Shades of Deep Magenta #D203AE
Tints of Deep Magenta #D203AE
RGB
CMYK
RGB Variations
Color information
#D203AE (or 0xD203AE) is known color: Deep Magenta. HEX triplet: D2, 03 and AE. RGB value is (210,3,174). Sum of RGB (Red+Green+Blue) = 210+3+174=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D203AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D203AE is #2DFC51. Grayscale: #535353. Windows color (decimal): -3013714 or 11404242. OLE color: 11404242.
HSL color Cylindrical-coordinate representation of color #D203AE: hue angle of 310.43º 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 #D203AE is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 174 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.18 |
| HSL | 310.43º | 0.97% | 0.42% | - |
| HSV(B) | 310.43º | 0.99% | 0.82% | - |
| XYZ | 34.25 | 16.82 | 41.49 | - |
| YUV | 84.39 | 178.58 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 174 | 0 | 0.99 | 0.17 | 0.18 | 310.43 | 0.97 | 0.42 |
| Hex | D2 | 3 | AE | 0 | 63 | 11 | 12 | 136 | 61 | 2A |
| Octal | 322 | 3 | 256 | 0 | 143 | 21 | 22 | 466 | 141 | 52 |
| Binary | 11010010 | 11 | 10101110 | 0 | 1100011 | 10001 | 10010 | 100110110 | 1100001 | 101010 |
Color Harmonies of #D203AE
Complementary color
Monochromatic Colors of #D203AE
Black with #D203AE
Text Example
Text Example
White with #D203AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D203AE; }
p { color: rgb(210,3,174); }
H1.HeaderClassName
{
color: #D203AE;
}
.AnyTagClassName
{
color: #D203AE;
}
</style>
background-color css
<style>
a { background-color: #D203AE; }
a { background-color: rgb(210,3,174); }
div.DivClassName
{
background-color: #D203AE;
}
.BgClassName
{
background-color: #D203AE;
}
</style>
border-color css
<style>
span { border-color: #D203AE; }
span { border-color: rgb(210,3,174); }
td.TdClassName
{
border-color: #D203AE;
}
.TagClassName
{
border-color: #D203AE;
}
</style>