Shades of Deep Magenta #D40ABC
Tints of Deep Magenta #D40ABC
RGB
CMYK
RGB Variations
Color information
#D40ABC (or 0xD40ABC) is known color: Deep Magenta. HEX triplet: D4, 0A and BC. RGB value is (212,10,188). Sum of RGB (Red+Green+Blue) = 212+10+188=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D40ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ABC is #2BF543. Grayscale: #5A5A5A. Windows color (decimal): -2880836 or 12323540. OLE color: 12323540.
HSL color Cylindrical-coordinate representation of color #D40ABC: hue angle of 307.13º 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 #D40ABC is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.17 |
| HSL | 307.13º | 0.91% | 0.44% | - |
| HSV(B) | 307.13º | 0.95% | 0.83% | - |
| XYZ | 36.34 | 17.84 | 49.11 | - |
| YUV | 90.69 | 182.92 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 188 | 0 | 0.95 | 0.11 | 0.17 | 307.13 | 0.91 | 0.44 |
| Hex | D4 | A | BC | 0 | 5F | B | 11 | 133 | 5B | 2C |
| Octal | 324 | 12 | 274 | 0 | 137 | 13 | 21 | 463 | 133 | 54 |
| Binary | 11010100 | 1010 | 10111100 | 0 | 1011111 | 1011 | 10001 | 100110011 | 1011011 | 101100 |
Color Harmonies of #D40ABC
Complementary color
Monochromatic Colors of #D40ABC
Black with #D40ABC
Text Example
Text Example
White with #D40ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40ABC; }
p { color: rgb(212,10,188); }
H1.HeaderClassName
{
color: #D40ABC;
}
.AnyTagClassName
{
color: #D40ABC;
}
</style>
background-color css
<style>
a { background-color: #D40ABC; }
a { background-color: rgb(212,10,188); }
div.DivClassName
{
background-color: #D40ABC;
}
.BgClassName
{
background-color: #D40ABC;
}
</style>
border-color css
<style>
span { border-color: #D40ABC; }
span { border-color: rgb(212,10,188); }
td.TdClassName
{
border-color: #D40ABC;
}
.TagClassName
{
border-color: #D40ABC;
}
</style>