Shades of Deep Magenta #D020AF
Tints of Deep Magenta #D020AF
RGB
CMYK
RGB Variations
Color information
#D020AF (or 0xD020AF) is known color: Deep Magenta. HEX triplet: D0, 20 and AF. RGB value is (208,32,175). Sum of RGB (Red+Green+Blue) = 208+32+175=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D020AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D020AF is #2FDF50. Grayscale: #646464. Windows color (decimal): -3137361 or 11477200. OLE color: 11477200.
HSL color Cylindrical-coordinate representation of color #D020AF: hue angle of 311.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D020AF is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 175 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.18 |
| HSL | 311.25º | 0.73% | 0.47% | - |
| HSV(B) | 311.25º | 0.85% | 0.82% | - |
| XYZ | 34.27 | 17.54 | 42.14 | - |
| YUV | 100.93 | 169.81 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 175 | 0 | 0.85 | 0.16 | 0.18 | 311.25 | 0.73 | 0.47 |
| Hex | D0 | 20 | AF | 0 | 55 | 10 | 12 | 137 | 49 | 2F |
| Octal | 320 | 40 | 257 | 0 | 125 | 20 | 22 | 467 | 111 | 57 |
| Binary | 11010000 | 100000 | 10101111 | 0 | 1010101 | 10000 | 10010 | 100110111 | 1001001 | 101111 |
Color Harmonies of #D020AF
Complementary color
Monochromatic Colors of #D020AF
Black with #D020AF
Text Example
Text Example
White with #D020AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D020AF; }
p { color: rgb(208,32,175); }
H1.HeaderClassName
{
color: #D020AF;
}
.AnyTagClassName
{
color: #D020AF;
}
</style>
background-color css
<style>
a { background-color: #D020AF; }
a { background-color: rgb(208,32,175); }
div.DivClassName
{
background-color: #D020AF;
}
.BgClassName
{
background-color: #D020AF;
}
</style>
border-color css
<style>
span { border-color: #D020AF; }
span { border-color: rgb(208,32,175); }
td.TdClassName
{
border-color: #D020AF;
}
.TagClassName
{
border-color: #D020AF;
}
</style>