Shades of Deep Magenta #D320CD
Tints of Deep Magenta #D320CD
RGB
CMYK
RGB Variations
Color information
#D320CD (or 0xD320CD) is known color: Deep Magenta. HEX triplet: D3, 20 and CD. RGB value is (211,32,205). Sum of RGB (Red+Green+Blue) = 211+32+205=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D320CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D320CD is #2CDF32. Grayscale: #686868. Windows color (decimal): -2940723 or 13443283. OLE color: 13443283.
HSL color Cylindrical-coordinate representation of color #D320CD: hue angle of 302.01º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D320CD is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 205 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.17 |
| HSL | 302.01º | 0.74% | 0.48% | - |
| HSV(B) | 302.01º | 0.85% | 0.83% | - |
| XYZ | 38.4 | 19.29 | 59.46 | - |
| YUV | 105.24 | 184.3 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 205 | 0 | 0.85 | 0.03 | 0.17 | 302.01 | 0.74 | 0.48 |
| Hex | D3 | 20 | CD | 0 | 55 | 3 | 11 | 12E | 4A | 30 |
| Octal | 323 | 40 | 315 | 0 | 125 | 3 | 21 | 456 | 112 | 60 |
| Binary | 11010011 | 100000 | 11001101 | 0 | 1010101 | 11 | 10001 | 100101110 | 1001010 | 110000 |
Color Harmonies of #D320CD
Complementary color
Monochromatic Colors of #D320CD
Black with #D320CD
Text Example
Text Example
White with #D320CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D320CD; }
p { color: rgb(211,32,205); }
H1.HeaderClassName
{
color: #D320CD;
}
.AnyTagClassName
{
color: #D320CD;
}
</style>
background-color css
<style>
a { background-color: #D320CD; }
a { background-color: rgb(211,32,205); }
div.DivClassName
{
background-color: #D320CD;
}
.BgClassName
{
background-color: #D320CD;
}
</style>
border-color css
<style>
span { border-color: #D320CD; }
span { border-color: rgb(211,32,205); }
td.TdClassName
{
border-color: #D320CD;
}
.TagClassName
{
border-color: #D320CD;
}
</style>