Shades of Deep Magenta #D202AE
Tints of Deep Magenta #D202AE
RGB
CMYK
RGB Variations
Color information
#D202AE (or 0xD202AE) is known color: Deep Magenta. HEX triplet: D2, 02 and AE. RGB value is (210,2,174). Sum of RGB (Red+Green+Blue) = 210+2+174=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D202AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D202AE is #2DFD51. Grayscale: #535353. Windows color (decimal): -3013970 or 11403986. OLE color: 11403986.
HSL color Cylindrical-coordinate representation of color #D202AE: hue angle of 310.38º degrees, saturation: 0.98, 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 #D202AE is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 174 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.18 |
| HSL | 310.38º | 0.98% | 0.42% | - |
| HSV(B) | 310.38º | 0.99% | 0.82% | - |
| XYZ | 34.24 | 16.8 | 41.48 | - |
| YUV | 83.8 | 178.91 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 174 | 0 | 0.99 | 0.17 | 0.18 | 310.38 | 0.98 | 0.42 |
| Hex | D2 | 2 | AE | 0 | 63 | 11 | 12 | 136 | 62 | 2A |
| Octal | 322 | 2 | 256 | 0 | 143 | 21 | 22 | 466 | 142 | 52 |
| Binary | 11010010 | 10 | 10101110 | 0 | 1100011 | 10001 | 10010 | 100110110 | 1100010 | 101010 |
Color Harmonies of #D202AE
Complementary color
Monochromatic Colors of #D202AE
Black with #D202AE
Text Example
Text Example
White with #D202AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202AE; }
p { color: rgb(210,2,174); }
H1.HeaderClassName
{
color: #D202AE;
}
.AnyTagClassName
{
color: #D202AE;
}
</style>
background-color css
<style>
a { background-color: #D202AE; }
a { background-color: rgb(210,2,174); }
div.DivClassName
{
background-color: #D202AE;
}
.BgClassName
{
background-color: #D202AE;
}
</style>
border-color css
<style>
span { border-color: #D202AE; }
span { border-color: rgb(210,2,174); }
td.TdClassName
{
border-color: #D202AE;
}
.TagClassName
{
border-color: #D202AE;
}
</style>