Shades of Deep Magenta #D10ABA
Tints of Deep Magenta #D10ABA
RGB
CMYK
RGB Variations
Color information
#D10ABA (or 0xD10ABA) is known color: Deep Magenta. HEX triplet: D1, 0A and BA. RGB value is (209,10,186). Sum of RGB (Red+Green+Blue) = 209+10+186=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D10ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10ABA is #2EF545. Grayscale: #595959. Windows color (decimal): -3077446 or 12192465. OLE color: 12192465.
HSL color Cylindrical-coordinate representation of color #D10ABA: hue angle of 306.93º 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 #D10ABA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 186 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.18 |
| HSL | 306.93º | 0.91% | 0.43% | - |
| HSV(B) | 306.93º | 0.95% | 0.82% | - |
| XYZ | 35.27 | 17.32 | 47.94 | - |
| YUV | 89.57 | 182.43 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 186 | 0 | 0.95 | 0.11 | 0.18 | 306.93 | 0.91 | 0.43 |
| Hex | D1 | A | BA | 0 | 5F | B | 12 | 133 | 5B | 2B |
| Octal | 321 | 12 | 272 | 0 | 137 | 13 | 22 | 463 | 133 | 53 |
| Binary | 11010001 | 1010 | 10111010 | 0 | 1011111 | 1011 | 10010 | 100110011 | 1011011 | 101011 |
Color Harmonies of #D10ABA
Complementary color
Monochromatic Colors of #D10ABA
Black with #D10ABA
Text Example
Text Example
White with #D10ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10ABA; }
p { color: rgb(209,10,186); }
H1.HeaderClassName
{
color: #D10ABA;
}
.AnyTagClassName
{
color: #D10ABA;
}
</style>
background-color css
<style>
a { background-color: #D10ABA; }
a { background-color: rgb(209,10,186); }
div.DivClassName
{
background-color: #D10ABA;
}
.BgClassName
{
background-color: #D10ABA;
}
</style>
border-color css
<style>
span { border-color: #D10ABA; }
span { border-color: rgb(209,10,186); }
td.TdClassName
{
border-color: #D10ABA;
}
.TagClassName
{
border-color: #D10ABA;
}
</style>