Shades of Deep Magenta #D324DF
Tints of Deep Magenta #D324DF
RGB
CMYK
RGB Variations
Color information
#D324DF (or 0xD324DF) is known color: Deep Magenta. HEX triplet: D3, 24 and DF. RGB value is (211,36,223). Sum of RGB (Red+Green+Blue) = 211+36+223=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #D324DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D324DF is #2CDB20. Grayscale: #6D6D6D. Windows color (decimal): -2939681 or 14623955. OLE color: 14623955.
HSL color Cylindrical-coordinate representation of color #D324DF: hue angle of 296.15º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D324DF is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 36 | 223 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.13 |
| HSL | 296.15º | 0.75% | 0.51% | - |
| HSV(B) | 296.15º | 0.84% | 0.87% | - |
| XYZ | 40.81 | 20.44 | 71.61 | - |
| YUV | 109.64 | 191.98 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 223 | 0.05 | 0.84 | 0 | 0.13 | 296.15 | 0.75 | 0.51 |
| Hex | D3 | 24 | DF | 5 | 54 | 0 | D | 128 | 4B | 33 |
| Octal | 323 | 44 | 337 | 5 | 124 | 0 | 15 | 450 | 113 | 63 |
| Binary | 11010011 | 100100 | 11011111 | 101 | 1010100 | 0 | 1101 | 100101000 | 1001011 | 110011 |
Color Harmonies of #D324DF
Complementary color
Monochromatic Colors of #D324DF
Black with #D324DF
Text Example
Text Example
White with #D324DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D324DF; }
p { color: rgb(211,36,223); }
H1.HeaderClassName
{
color: #D324DF;
}
.AnyTagClassName
{
color: #D324DF;
}
</style>
background-color css
<style>
a { background-color: #D324DF; }
a { background-color: rgb(211,36,223); }
div.DivClassName
{
background-color: #D324DF;
}
.BgClassName
{
background-color: #D324DF;
}
</style>
border-color css
<style>
span { border-color: #D324DF; }
span { border-color: rgb(211,36,223); }
td.TdClassName
{
border-color: #D324DF;
}
.TagClassName
{
border-color: #D324DF;
}
</style>