Shades of Deep Magenta #D20ABA
Tints of Deep Magenta #D20ABA
RGB
CMYK
RGB Variations
Color information
#D20ABA (or 0xD20ABA) is known color: Deep Magenta. HEX triplet: D2, 0A and BA. RGB value is (210,10,186). Sum of RGB (Red+Green+Blue) = 210+10+186=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D20ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ABA is #2DF545. Grayscale: #595959. Windows color (decimal): -3011910 or 12192466. OLE color: 12192466.
HSL color Cylindrical-coordinate representation of color #D20ABA: hue angle of 307.2º 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 #D20ABA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 186 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.18 |
| HSL | 307.2º | 0.91% | 0.43% | - |
| HSV(B) | 307.2º | 0.95% | 0.82% | - |
| XYZ | 35.55 | 17.46 | 47.95 | - |
| YUV | 89.86 | 182.26 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 186 | 0 | 0.95 | 0.11 | 0.18 | 307.2 | 0.91 | 0.43 |
| Hex | D2 | A | BA | 0 | 5F | B | 12 | 133 | 5B | 2B |
| Octal | 322 | 12 | 272 | 0 | 137 | 13 | 22 | 463 | 133 | 53 |
| Binary | 11010010 | 1010 | 10111010 | 0 | 1011111 | 1011 | 10010 | 100110011 | 1011011 | 101011 |
Color Harmonies of #D20ABA
Complementary color
Monochromatic Colors of #D20ABA
Black with #D20ABA
Text Example
Text Example
White with #D20ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20ABA; }
p { color: rgb(210,10,186); }
H1.HeaderClassName
{
color: #D20ABA;
}
.AnyTagClassName
{
color: #D20ABA;
}
</style>
background-color css
<style>
a { background-color: #D20ABA; }
a { background-color: rgb(210,10,186); }
div.DivClassName
{
background-color: #D20ABA;
}
.BgClassName
{
background-color: #D20ABA;
}
</style>
border-color css
<style>
span { border-color: #D20ABA; }
span { border-color: rgb(210,10,186); }
td.TdClassName
{
border-color: #D20ABA;
}
.TagClassName
{
border-color: #D20ABA;
}
</style>