Shades of Deep Magenta #D820CD
Tints of Deep Magenta #D820CD
RGB
CMYK
RGB Variations
Color information
#D820CD (or 0xD820CD) is known color: Deep Magenta. HEX triplet: D8, 20 and CD. RGB value is (216,32,205). Sum of RGB (Red+Green+Blue) = 216+32+205=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D820CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D820CD is #27DF32. Grayscale: #6A6A6A. Windows color (decimal): -2613043 or 13443288. OLE color: 13443288.
HSL color Cylindrical-coordinate representation of color #D820CD: hue angle of 303.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D820CD is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 205 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.15 |
| HSL | 303.59º | 0.74% | 0.49% | - |
| HSV(B) | 303.59º | 0.85% | 0.85% | - |
| XYZ | 39.85 | 20.04 | 59.53 | - |
| YUV | 106.74 | 183.46 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 205 | 0 | 0.85 | 0.05 | 0.15 | 303.59 | 0.74 | 0.49 |
| Hex | D8 | 20 | CD | 0 | 55 | 5 | F | 130 | 4A | 31 |
| Octal | 330 | 40 | 315 | 0 | 125 | 5 | 17 | 460 | 112 | 61 |
| Binary | 11011000 | 100000 | 11001101 | 0 | 1010101 | 101 | 1111 | 100110000 | 1001010 | 110001 |
Color Harmonies of #D820CD
Complementary color
Monochromatic Colors of #D820CD
Black with #D820CD
Text Example
Text Example
White with #D820CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D820CD; }
p { color: rgb(216,32,205); }
H1.HeaderClassName
{
color: #D820CD;
}
.AnyTagClassName
{
color: #D820CD;
}
</style>
background-color css
<style>
a { background-color: #D820CD; }
a { background-color: rgb(216,32,205); }
div.DivClassName
{
background-color: #D820CD;
}
.BgClassName
{
background-color: #D820CD;
}
</style>
border-color css
<style>
span { border-color: #D820CD; }
span { border-color: rgb(216,32,205); }
td.TdClassName
{
border-color: #D820CD;
}
.TagClassName
{
border-color: #D820CD;
}
</style>