Shades of Deep Magenta #D324CD
Tints of Deep Magenta #D324CD
RGB
CMYK
RGB Variations
Color information
#D324CD (or 0xD324CD) is known color: Deep Magenta. HEX triplet: D3, 24 and CD. RGB value is (211,36,205). Sum of RGB (Red+Green+Blue) = 211+36+205=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D324CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D324CD is #2CDB32. Grayscale: #6B6B6B. Windows color (decimal): -2939699 or 13444307. OLE color: 13444307.
HSL color Cylindrical-coordinate representation of color #D324CD: hue angle of 302.06º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D324CD is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 205 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.17 |
| HSL | 302.06º | 0.71% | 0.48% | - |
| HSV(B) | 302.06º | 0.83% | 0.83% | - |
| XYZ | 38.51 | 19.52 | 59.5 | - |
| YUV | 107.59 | 182.98 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 205 | 0 | 0.83 | 0.03 | 0.17 | 302.06 | 0.71 | 0.48 |
| Hex | D3 | 24 | CD | 0 | 53 | 3 | 11 | 12E | 47 | 30 |
| Octal | 323 | 44 | 315 | 0 | 123 | 3 | 21 | 456 | 107 | 60 |
| Binary | 11010011 | 100100 | 11001101 | 0 | 1010011 | 11 | 10001 | 100101110 | 1000111 | 110000 |
Color Harmonies of #D324CD
Complementary color
Monochromatic Colors of #D324CD
Black with #D324CD
Text Example
Text Example
White with #D324CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D324CD; }
p { color: rgb(211,36,205); }
H1.HeaderClassName
{
color: #D324CD;
}
.AnyTagClassName
{
color: #D324CD;
}
</style>
background-color css
<style>
a { background-color: #D324CD; }
a { background-color: rgb(211,36,205); }
div.DivClassName
{
background-color: #D324CD;
}
.BgClassName
{
background-color: #D324CD;
}
</style>
border-color css
<style>
span { border-color: #D324CD; }
span { border-color: rgb(211,36,205); }
td.TdClassName
{
border-color: #D324CD;
}
.TagClassName
{
border-color: #D324CD;
}
</style>