Shades of Deep Magenta #D32ABF
Tints of Deep Magenta #D32ABF
RGB
CMYK
RGB Variations
Color information
#D32ABF (or 0xD32ABF) is known color: Deep Magenta. HEX triplet: D3, 2A and BF. RGB value is (211,42,191). Sum of RGB (Red+Green+Blue) = 211+42+191=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D32ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ABF is #2CD540. Grayscale: #6D6D6D. Windows color (decimal): -2938177 or 12528339. OLE color: 12528339.
HSL color Cylindrical-coordinate representation of color #D32ABF: hue angle of 307.1º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32ABF is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 191 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.17 |
| HSL | 307.1º | 0.67% | 0.5% | - |
| HSV(B) | 307.1º | 0.8% | 0.83% | - |
| XYZ | 37.1 | 19.27 | 51.05 | - |
| YUV | 109.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 191 | 0 | 0.80 | 0.09 | 0.17 | 307.1 | 0.67 | 0.5 |
| Hex | D3 | 2A | BF | 0 | 50 | 9 | 11 | 133 | 43 | 32 |
| Octal | 323 | 52 | 277 | 0 | 120 | 11 | 21 | 463 | 103 | 62 |
| Binary | 11010011 | 101010 | 10111111 | 0 | 1010000 | 1001 | 10001 | 100110011 | 1000011 | 110010 |
Color Harmonies of #D32ABF
Complementary color
Monochromatic Colors of #D32ABF
Black with #D32ABF
Text Example
Text Example
White with #D32ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32ABF; }
p { color: rgb(211,42,191); }
H1.HeaderClassName
{
color: #D32ABF;
}
.AnyTagClassName
{
color: #D32ABF;
}
</style>
background-color css
<style>
a { background-color: #D32ABF; }
a { background-color: rgb(211,42,191); }
div.DivClassName
{
background-color: #D32ABF;
}
.BgClassName
{
background-color: #D32ABF;
}
</style>
border-color css
<style>
span { border-color: #D32ABF; }
span { border-color: rgb(211,42,191); }
td.TdClassName
{
border-color: #D32ABF;
}
.TagClassName
{
border-color: #D32ABF;
}
</style>