Shades of Deep Magenta #D40ABA
Tints of Deep Magenta #D40ABA
RGB
CMYK
RGB Variations
Color information
#D40ABA (or 0xD40ABA) is known color: Deep Magenta. HEX triplet: D4, 0A and BA. RGB value is (212,10,186). Sum of RGB (Red+Green+Blue) = 212+10+186=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D40ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ABA is #2BF545. Grayscale: #595959. Windows color (decimal): -2880838 or 12192468. OLE color: 12192468.
HSL color Cylindrical-coordinate representation of color #D40ABA: hue angle of 307.72º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40ABA is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 186 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.17 |
| HSL | 307.72º | 0.91% | 0.44% | - |
| HSV(B) | 307.72º | 0.95% | 0.83% | - |
| XYZ | 36.12 | 17.76 | 47.98 | - |
| YUV | 90.46 | 181.92 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 186 | 0 | 0.95 | 0.12 | 0.17 | 307.72 | 0.91 | 0.44 |
| Hex | D4 | A | BA | 0 | 5F | C | 11 | 134 | 5B | 2C |
| Octal | 324 | 12 | 272 | 0 | 137 | 14 | 21 | 464 | 133 | 54 |
| Binary | 11010100 | 1010 | 10111010 | 0 | 1011111 | 1100 | 10001 | 100110100 | 1011011 | 101100 |
Color Harmonies of #D40ABA
Complementary color
Monochromatic Colors of #D40ABA
Black with #D40ABA
Text Example
Text Example
White with #D40ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40ABA; }
p { color: rgb(212,10,186); }
H1.HeaderClassName
{
color: #D40ABA;
}
.AnyTagClassName
{
color: #D40ABA;
}
</style>
background-color css
<style>
a { background-color: #D40ABA; }
a { background-color: rgb(212,10,186); }
div.DivClassName
{
background-color: #D40ABA;
}
.BgClassName
{
background-color: #D40ABA;
}
</style>
border-color css
<style>
span { border-color: #D40ABA; }
span { border-color: rgb(212,10,186); }
td.TdClassName
{
border-color: #D40ABA;
}
.TagClassName
{
border-color: #D40ABA;
}
</style>