Shades of Deep Magenta #D202AF
Tints of Deep Magenta #D202AF
RGB
CMYK
RGB Variations
Color information
#D202AF (or 0xD202AF) is known color: Deep Magenta. HEX triplet: D2, 02 and AF. RGB value is (210,2,175). Sum of RGB (Red+Green+Blue) = 210+2+175=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D202AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D202AF is #2DFD50. Grayscale: #535353. Windows color (decimal): -3013969 or 11469522. OLE color: 11469522.
HSL color Cylindrical-coordinate representation of color #D202AF: hue angle of 310.1º 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 #D202AF is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.18 |
| HSL | 310.1º | 0.98% | 0.42% | - |
| HSV(B) | 310.1º | 0.99% | 0.82% | - |
| XYZ | 34.34 | 16.84 | 42 | - |
| YUV | 83.91 | 179.41 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 175 | 0 | 0.99 | 0.17 | 0.18 | 310.1 | 0.98 | 0.42 |
| Hex | D2 | 2 | AF | 0 | 63 | 11 | 12 | 136 | 62 | 2A |
| Octal | 322 | 2 | 257 | 0 | 143 | 21 | 22 | 466 | 142 | 52 |
| Binary | 11010010 | 10 | 10101111 | 0 | 1100011 | 10001 | 10010 | 100110110 | 1100010 | 101010 |
Color Harmonies of #D202AF
Complementary color
Monochromatic Colors of #D202AF
Black with #D202AF
Text Example
Text Example
White with #D202AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202AF; }
p { color: rgb(210,2,175); }
H1.HeaderClassName
{
color: #D202AF;
}
.AnyTagClassName
{
color: #D202AF;
}
</style>
background-color css
<style>
a { background-color: #D202AF; }
a { background-color: rgb(210,2,175); }
div.DivClassName
{
background-color: #D202AF;
}
.BgClassName
{
background-color: #D202AF;
}
</style>
border-color css
<style>
span { border-color: #D202AF; }
span { border-color: rgb(210,2,175); }
td.TdClassName
{
border-color: #D202AF;
}
.TagClassName
{
border-color: #D202AF;
}
</style>