Shades of Deep Magenta #D32EDA
Tints of Deep Magenta #D32EDA
RGB
CMYK
RGB Variations
Color information
#D32EDA (or 0xD32EDA) is known color: Deep Magenta. HEX triplet: D3, 2E and DA. RGB value is (211,46,218). Sum of RGB (Red+Green+Blue) = 211+46+218=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #D32EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32EDA is #2CD125. Grayscale: #727272. Windows color (decimal): -2937126 or 14298835. OLE color: 14298835.
HSL color Cylindrical-coordinate representation of color #D32EDA: hue angle of 297.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32EDA is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 46 | 218 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.15 |
| HSL | 297.56º | 0.7% | 0.52% | - |
| HSV(B) | 297.56º | 0.79% | 0.85% | - |
| XYZ | 40.5 | 20.86 | 68.22 | - |
| YUV | 114.94 | 186.16 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 218 | 0.03 | 0.79 | 0 | 0.15 | 297.56 | 0.7 | 0.52 |
| Hex | D3 | 2E | DA | 3 | 4F | 0 | F | 12A | 46 | 34 |
| Octal | 323 | 56 | 332 | 3 | 117 | 0 | 17 | 452 | 106 | 64 |
| Binary | 11010011 | 101110 | 11011010 | 11 | 1001111 | 0 | 1111 | 100101010 | 1000110 | 110100 |
Color Harmonies of #D32EDA
Complementary color
Monochromatic Colors of #D32EDA
Black with #D32EDA
Text Example
Text Example
White with #D32EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32EDA; }
p { color: rgb(211,46,218); }
H1.HeaderClassName
{
color: #D32EDA;
}
.AnyTagClassName
{
color: #D32EDA;
}
</style>
background-color css
<style>
a { background-color: #D32EDA; }
a { background-color: rgb(211,46,218); }
div.DivClassName
{
background-color: #D32EDA;
}
.BgClassName
{
background-color: #D32EDA;
}
</style>
border-color css
<style>
span { border-color: #D32EDA; }
span { border-color: rgb(211,46,218); }
td.TdClassName
{
border-color: #D32EDA;
}
.TagClassName
{
border-color: #D32EDA;
}
</style>