Shades of Deep Magenta #D32CD7
Tints of Deep Magenta #D32CD7
RGB
CMYK
RGB Variations
Color information
#D32CD7 (or 0xD32CD7) is known color: Deep Magenta. HEX triplet: D3, 2C and D7. RGB value is (211,44,215). Sum of RGB (Red+Green+Blue) = 211+44+215=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #D32CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32CD7 is #2CD328. Grayscale: #707070. Windows color (decimal): -2937641 or 14101715. OLE color: 14101715.
HSL color Cylindrical-coordinate representation of color #D32CD7: hue angle of 298.6º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32CD7 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 44 | 215 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.16 |
| HSL | 298.6º | 0.68% | 0.51% | - |
| HSV(B) | 298.6º | 0.8% | 0.84% | - |
| XYZ | 40.03 | 20.56 | 66.15 | - |
| YUV | 113.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 44 | 215 | 0.02 | 0.80 | 0 | 0.16 | 298.6 | 0.68 | 0.51 |
| Hex | D3 | 2C | D7 | 2 | 50 | 0 | 10 | 12B | 44 | 33 |
| Octal | 323 | 54 | 327 | 2 | 120 | 0 | 20 | 453 | 104 | 63 |
| Binary | 11010011 | 101100 | 11010111 | 10 | 1010000 | 0 | 10000 | 100101011 | 1000100 | 110011 |
Color Harmonies of #D32CD7
Complementary color
Monochromatic Colors of #D32CD7
Black with #D32CD7
Text Example
Text Example
White with #D32CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32CD7; }
p { color: rgb(211,44,215); }
H1.HeaderClassName
{
color: #D32CD7;
}
.AnyTagClassName
{
color: #D32CD7;
}
</style>
background-color css
<style>
a { background-color: #D32CD7; }
a { background-color: rgb(211,44,215); }
div.DivClassName
{
background-color: #D32CD7;
}
.BgClassName
{
background-color: #D32CD7;
}
</style>
border-color css
<style>
span { border-color: #D32CD7; }
span { border-color: rgb(211,44,215); }
td.TdClassName
{
border-color: #D32CD7;
}
.TagClassName
{
border-color: #D32CD7;
}
</style>