Shades of Deep Magenta #D32ADF
Tints of Deep Magenta #D32ADF
RGB
CMYK
RGB Variations
Color information
#D32ADF (or 0xD32ADF) is known color: Deep Magenta. HEX triplet: D3, 2A and DF. RGB value is (211,42,223). Sum of RGB (Red+Green+Blue) = 211+42+223=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #D32ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ADF is #2CD520. Grayscale: #707070. Windows color (decimal): -2938145 or 14625491. OLE color: 14625491.
HSL color Cylindrical-coordinate representation of color #D32ADF: hue angle of 296.02º degrees, saturation: 0.74, 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 #D32ADF is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 42 | 223 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.13 |
| HSL | 296.02º | 0.74% | 0.52% | - |
| HSV(B) | 296.02º | 0.81% | 0.87% | - |
| XYZ | 41.01 | 20.83 | 71.67 | - |
| YUV | 113.17 | 189.99 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 223 | 0.05 | 0.81 | 0 | 0.13 | 296.02 | 0.74 | 0.52 |
| Hex | D3 | 2A | DF | 5 | 51 | 0 | D | 128 | 4A | 34 |
| Octal | 323 | 52 | 337 | 5 | 121 | 0 | 15 | 450 | 112 | 64 |
| Binary | 11010011 | 101010 | 11011111 | 101 | 1010001 | 0 | 1101 | 100101000 | 1001010 | 110100 |
Color Harmonies of #D32ADF
Complementary color
Monochromatic Colors of #D32ADF
Black with #D32ADF
Text Example
Text Example
White with #D32ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32ADF; }
p { color: rgb(211,42,223); }
H1.HeaderClassName
{
color: #D32ADF;
}
.AnyTagClassName
{
color: #D32ADF;
}
</style>
background-color css
<style>
a { background-color: #D32ADF; }
a { background-color: rgb(211,42,223); }
div.DivClassName
{
background-color: #D32ADF;
}
.BgClassName
{
background-color: #D32ADF;
}
</style>
border-color css
<style>
span { border-color: #D32ADF; }
span { border-color: rgb(211,42,223); }
td.TdClassName
{
border-color: #D32ADF;
}
.TagClassName
{
border-color: #D32ADF;
}
</style>