Shades of Deep Magenta #D32ADE
Tints of Deep Magenta #D32ADE
RGB
CMYK
RGB Variations
Color information
#D32ADE (or 0xD32ADE) is known color: Deep Magenta. HEX triplet: D3, 2A and DE. RGB value is (211,42,222). Sum of RGB (Red+Green+Blue) = 211+42+222=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #D32ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ADE is #2CD521. Grayscale: #707070. Windows color (decimal): -2938146 or 14559955. OLE color: 14559955.
HSL color Cylindrical-coordinate representation of color #D32ADE: hue angle of 296.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32ADE is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 42 | 222 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.13 |
| HSL | 296.33º | 0.73% | 0.52% | - |
| HSV(B) | 296.33º | 0.81% | 0.87% | - |
| XYZ | 40.88 | 20.78 | 70.96 | - |
| YUV | 113.05 | 189.49 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 222 | 0.05 | 0.81 | 0 | 0.13 | 296.33 | 0.73 | 0.52 |
| Hex | D3 | 2A | DE | 5 | 51 | 0 | D | 128 | 49 | 34 |
| Octal | 323 | 52 | 336 | 5 | 121 | 0 | 15 | 450 | 111 | 64 |
| Binary | 11010011 | 101010 | 11011110 | 101 | 1010001 | 0 | 1101 | 100101000 | 1001001 | 110100 |
Color Harmonies of #D32ADE
Complementary color
Monochromatic Colors of #D32ADE
Black with #D32ADE
Text Example
Text Example
White with #D32ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32ADE; }
p { color: rgb(211,42,222); }
H1.HeaderClassName
{
color: #D32ADE;
}
.AnyTagClassName
{
color: #D32ADE;
}
</style>
background-color css
<style>
a { background-color: #D32ADE; }
a { background-color: rgb(211,42,222); }
div.DivClassName
{
background-color: #D32ADE;
}
.BgClassName
{
background-color: #D32ADE;
}
</style>
border-color css
<style>
span { border-color: #D32ADE; }
span { border-color: rgb(211,42,222); }
td.TdClassName
{
border-color: #D32ADE;
}
.TagClassName
{
border-color: #D32ADE;
}
</style>