Shades of Deep Magenta #D20AAB
Tints of Deep Magenta #D20AAB
RGB
CMYK
RGB Variations
Color information
#D20AAB (or 0xD20AAB) is known color: Deep Magenta. HEX triplet: D2, 0A and AB. RGB value is (210,10,171). Sum of RGB (Red+Green+Blue) = 210+10+171=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D20AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20AAB is #2DF554. Grayscale: #575757. Windows color (decimal): -3011925 or 11209426. OLE color: 11209426.
HSL color Cylindrical-coordinate representation of color #D20AAB: hue angle of 311.7º 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 #D20AAB is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 171 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.18 |
| HSL | 311.7º | 0.91% | 0.43% | - |
| HSV(B) | 311.7º | 0.95% | 0.82% | - |
| XYZ | 34.04 | 16.86 | 39.99 | - |
| YUV | 88.15 | 174.76 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 171 | 0 | 0.95 | 0.19 | 0.18 | 311.7 | 0.91 | 0.43 |
| Hex | D2 | A | AB | 0 | 5F | 13 | 12 | 138 | 5B | 2B |
| Octal | 322 | 12 | 253 | 0 | 137 | 23 | 22 | 470 | 133 | 53 |
| Binary | 11010010 | 1010 | 10101011 | 0 | 1011111 | 10011 | 10010 | 100111000 | 1011011 | 101011 |
Color Harmonies of #D20AAB
Complementary color
Monochromatic Colors of #D20AAB
Black with #D20AAB
Text Example
Text Example
White with #D20AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20AAB; }
p { color: rgb(210,10,171); }
H1.HeaderClassName
{
color: #D20AAB;
}
.AnyTagClassName
{
color: #D20AAB;
}
</style>
background-color css
<style>
a { background-color: #D20AAB; }
a { background-color: rgb(210,10,171); }
div.DivClassName
{
background-color: #D20AAB;
}
.BgClassName
{
background-color: #D20AAB;
}
</style>
border-color css
<style>
span { border-color: #D20AAB; }
span { border-color: rgb(210,10,171); }
td.TdClassName
{
border-color: #D20AAB;
}
.TagClassName
{
border-color: #D20AAB;
}
</style>