Shades of Deep Magenta #D20DAF
Tints of Deep Magenta #D20DAF
RGB
CMYK
RGB Variations
Color information
#D20DAF (or 0xD20DAF) is known color: Deep Magenta. HEX triplet: D2, 0D and AF. RGB value is (210,13,175). Sum of RGB (Red+Green+Blue) = 210+13+175=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20DAF is #2DF250. Grayscale: #595959. Windows color (decimal): -3011153 or 11472338. OLE color: 11472338.
HSL color Cylindrical-coordinate representation of color #D20DAF: hue angle of 310.66º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DAF is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 175 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.18 |
| HSL | 310.66º | 0.88% | 0.44% | - |
| HSV(B) | 310.66º | 0.94% | 0.82% | - |
| XYZ | 34.46 | 17.08 | 42.04 | - |
| YUV | 90.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 175 | 0 | 0.94 | 0.17 | 0.18 | 310.66 | 0.88 | 0.44 |
| Hex | D2 | D | AF | 0 | 5E | 11 | 12 | 137 | 58 | 2C |
| Octal | 322 | 15 | 257 | 0 | 136 | 21 | 22 | 467 | 130 | 54 |
| Binary | 11010010 | 1101 | 10101111 | 0 | 1011110 | 10001 | 10010 | 100110111 | 1011000 | 101100 |
Color Harmonies of #D20DAF
Complementary color
Monochromatic Colors of #D20DAF
Black with #D20DAF
Text Example
Text Example
White with #D20DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DAF; }
p { color: rgb(210,13,175); }
H1.HeaderClassName
{
color: #D20DAF;
}
.AnyTagClassName
{
color: #D20DAF;
}
</style>
background-color css
<style>
a { background-color: #D20DAF; }
a { background-color: rgb(210,13,175); }
div.DivClassName
{
background-color: #D20DAF;
}
.BgClassName
{
background-color: #D20DAF;
}
</style>
border-color css
<style>
span { border-color: #D20DAF; }
span { border-color: rgb(210,13,175); }
td.TdClassName
{
border-color: #D20DAF;
}
.TagClassName
{
border-color: #D20DAF;
}
</style>