Shades of Deep Magenta #D20AAC
Tints of Deep Magenta #D20AAC
RGB
CMYK
RGB Variations
Color information
#D20AAC (or 0xD20AAC) is known color: Deep Magenta. HEX triplet: D2, 0A and AC. RGB value is (210,10,172). Sum of RGB (Red+Green+Blue) = 210+10+172=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D20AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20AAC is #2DF553. Grayscale: #575757. Windows color (decimal): -3011924 or 11274962. OLE color: 11274962.
HSL color Cylindrical-coordinate representation of color #D20AAC: hue angle of 311.4º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20AAC is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 172 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.18 |
| HSL | 311.4º | 0.91% | 0.43% | - |
| HSV(B) | 311.4º | 0.95% | 0.82% | - |
| XYZ | 34.13 | 16.9 | 40.49 | - |
| YUV | 88.27 | 175.26 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 172 | 0 | 0.95 | 0.18 | 0.18 | 311.4 | 0.91 | 0.43 |
| Hex | D2 | A | AC | 0 | 5F | 12 | 12 | 137 | 5B | 2B |
| Octal | 322 | 12 | 254 | 0 | 137 | 22 | 22 | 467 | 133 | 53 |
| Binary | 11010010 | 1010 | 10101100 | 0 | 1011111 | 10010 | 10010 | 100110111 | 1011011 | 101011 |
Color Harmonies of #D20AAC
Complementary color
Monochromatic Colors of #D20AAC
Black with #D20AAC
Text Example
Text Example
White with #D20AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20AAC; }
p { color: rgb(210,10,172); }
H1.HeaderClassName
{
color: #D20AAC;
}
.AnyTagClassName
{
color: #D20AAC;
}
</style>
background-color css
<style>
a { background-color: #D20AAC; }
a { background-color: rgb(210,10,172); }
div.DivClassName
{
background-color: #D20AAC;
}
.BgClassName
{
background-color: #D20AAC;
}
</style>
border-color css
<style>
span { border-color: #D20AAC; }
span { border-color: rgb(210,10,172); }
td.TdClassName
{
border-color: #D20AAC;
}
.TagClassName
{
border-color: #D20AAC;
}
</style>