Shades of Deep Magenta #D40ABB
Tints of Deep Magenta #D40ABB
RGB
CMYK
RGB Variations
Color information
#D40ABB (or 0xD40ABB) is known color: Deep Magenta. HEX triplet: D4, 0A and BB. RGB value is (212,10,187). Sum of RGB (Red+Green+Blue) = 212+10+187=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D40ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ABB is #2BF544. Grayscale: #5A5A5A. Windows color (decimal): -2880837 or 12258004. OLE color: 12258004.
HSL color Cylindrical-coordinate representation of color #D40ABB: hue angle of 307.43º 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 #D40ABB is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 187 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.17 |
| HSL | 307.43º | 0.91% | 0.44% | - |
| HSV(B) | 307.43º | 0.95% | 0.83% | - |
| XYZ | 36.23 | 17.8 | 48.54 | - |
| YUV | 90.58 | 182.42 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 187 | 0 | 0.95 | 0.12 | 0.17 | 307.43 | 0.91 | 0.44 |
| Hex | D4 | A | BB | 0 | 5F | C | 11 | 133 | 5B | 2C |
| Octal | 324 | 12 | 273 | 0 | 137 | 14 | 21 | 463 | 133 | 54 |
| Binary | 11010100 | 1010 | 10111011 | 0 | 1011111 | 1100 | 10001 | 100110011 | 1011011 | 101100 |
Color Harmonies of #D40ABB
Complementary color
Monochromatic Colors of #D40ABB
Black with #D40ABB
Text Example
Text Example
White with #D40ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40ABB; }
p { color: rgb(212,10,187); }
H1.HeaderClassName
{
color: #D40ABB;
}
.AnyTagClassName
{
color: #D40ABB;
}
</style>
background-color css
<style>
a { background-color: #D40ABB; }
a { background-color: rgb(212,10,187); }
div.DivClassName
{
background-color: #D40ABB;
}
.BgClassName
{
background-color: #D40ABB;
}
</style>
border-color css
<style>
span { border-color: #D40ABB; }
span { border-color: rgb(212,10,187); }
td.TdClassName
{
border-color: #D40ABB;
}
.TagClassName
{
border-color: #D40ABB;
}
</style>