Shades of Deep Magenta #D32DDF
Tints of Deep Magenta #D32DDF
RGB
CMYK
RGB Variations
Color information
#D32DDF (or 0xD32DDF) is known color: Deep Magenta. HEX triplet: D3, 2D and DF. RGB value is (211,45,223). Sum of RGB (Red+Green+Blue) = 211+45+223=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #D32DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32DDF is #2CD220. Grayscale: #727272. Windows color (decimal): -2937377 or 14626259. OLE color: 14626259.
HSL color Cylindrical-coordinate representation of color #D32DDF: hue angle of 295.96º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32DDF is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 45 | 223 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.13 |
| HSL | 295.96º | 0.74% | 0.53% | - |
| HSV(B) | 295.96º | 0.8% | 0.87% | - |
| XYZ | 41.12 | 21.05 | 71.71 | - |
| YUV | 114.93 | 189 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 223 | 0.05 | 0.80 | 0 | 0.13 | 295.96 | 0.74 | 0.53 |
| Hex | D3 | 2D | DF | 5 | 50 | 0 | D | 128 | 4A | 35 |
| Octal | 323 | 55 | 337 | 5 | 120 | 0 | 15 | 450 | 112 | 65 |
| Binary | 11010011 | 101101 | 11011111 | 101 | 1010000 | 0 | 1101 | 100101000 | 1001010 | 110101 |
Color Harmonies of #D32DDF
Complementary color
Monochromatic Colors of #D32DDF
Black with #D32DDF
Text Example
Text Example
White with #D32DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DDF; }
p { color: rgb(211,45,223); }
H1.HeaderClassName
{
color: #D32DDF;
}
.AnyTagClassName
{
color: #D32DDF;
}
</style>
background-color css
<style>
a { background-color: #D32DDF; }
a { background-color: rgb(211,45,223); }
div.DivClassName
{
background-color: #D32DDF;
}
.BgClassName
{
background-color: #D32DDF;
}
</style>
border-color css
<style>
span { border-color: #D32DDF; }
span { border-color: rgb(211,45,223); }
td.TdClassName
{
border-color: #D32DDF;
}
.TagClassName
{
border-color: #D32DDF;
}
</style>