Shades of Deep Magenta #D32AD8
Tints of Deep Magenta #D32AD8
RGB
CMYK
RGB Variations
Color information
#D32AD8 (or 0xD32AD8) is known color: Deep Magenta. HEX triplet: D3, 2A and D8. RGB value is (211,42,216). Sum of RGB (Red+Green+Blue) = 211+42+216=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #D32AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32AD8 is #2CD527. Grayscale: #6F6F6F. Windows color (decimal): -2938152 or 14166739. OLE color: 14166739.
HSL color Cylindrical-coordinate representation of color #D32AD8: hue angle of 298.28º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32AD8 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 42 | 216 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.15 |
| HSL | 298.28º | 0.69% | 0.51% | - |
| HSV(B) | 298.28º | 0.81% | 0.85% | - |
| XYZ | 40.09 | 20.46 | 66.8 | - |
| YUV | 112.37 | 186.49 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 216 | 0.02 | 0.81 | 0 | 0.15 | 298.28 | 0.69 | 0.51 |
| Hex | D3 | 2A | D8 | 2 | 51 | 0 | F | 12A | 45 | 33 |
| Octal | 323 | 52 | 330 | 2 | 121 | 0 | 17 | 452 | 105 | 63 |
| Binary | 11010011 | 101010 | 11011000 | 10 | 1010001 | 0 | 1111 | 100101010 | 1000101 | 110011 |
Color Harmonies of #D32AD8
Complementary color
Monochromatic Colors of #D32AD8
Black with #D32AD8
Text Example
Text Example
White with #D32AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AD8; }
p { color: rgb(211,42,216); }
H1.HeaderClassName
{
color: #D32AD8;
}
.AnyTagClassName
{
color: #D32AD8;
}
</style>
background-color css
<style>
a { background-color: #D32AD8; }
a { background-color: rgb(211,42,216); }
div.DivClassName
{
background-color: #D32AD8;
}
.BgClassName
{
background-color: #D32AD8;
}
</style>
border-color css
<style>
span { border-color: #D32AD8; }
span { border-color: rgb(211,42,216); }
td.TdClassName
{
border-color: #D32AD8;
}
.TagClassName
{
border-color: #D32AD8;
}
</style>