Shades of Deep Magenta #D820DC
Tints of Deep Magenta #D820DC
RGB
CMYK
RGB Variations
Color information
#D820DC (or 0xD820DC) is known color: Deep Magenta. HEX triplet: D8, 20 and DC. RGB value is (216,32,220). Sum of RGB (Red+Green+Blue) = 216+32+220=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #D820DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D820DC is #27DF23. Grayscale: #6B6B6B. Windows color (decimal): -2613028 or 14426328. OLE color: 14426328.
HSL color Cylindrical-coordinate representation of color #D820DC: hue angle of 298.72º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D820DC is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 32 | 220 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.14 |
| HSL | 298.72º | 0.75% | 0.49% | - |
| HSV(B) | 298.72º | 0.85% | 0.86% | - |
| XYZ | 41.75 | 20.8 | 69.52 | - |
| YUV | 108.45 | 190.96 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 220 | 0.02 | 0.85 | 0 | 0.14 | 298.72 | 0.75 | 0.49 |
| Hex | D8 | 20 | DC | 2 | 55 | 0 | E | 12B | 4B | 31 |
| Octal | 330 | 40 | 334 | 2 | 125 | 0 | 16 | 453 | 113 | 61 |
| Binary | 11011000 | 100000 | 11011100 | 10 | 1010101 | 0 | 1110 | 100101011 | 1001011 | 110001 |
Color Harmonies of #D820DC
Complementary color
Monochromatic Colors of #D820DC
Black with #D820DC
Text Example
Text Example
White with #D820DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D820DC; }
p { color: rgb(216,32,220); }
H1.HeaderClassName
{
color: #D820DC;
}
.AnyTagClassName
{
color: #D820DC;
}
</style>
background-color css
<style>
a { background-color: #D820DC; }
a { background-color: rgb(216,32,220); }
div.DivClassName
{
background-color: #D820DC;
}
.BgClassName
{
background-color: #D820DC;
}
</style>
border-color css
<style>
span { border-color: #D820DC; }
span { border-color: rgb(216,32,220); }
td.TdClassName
{
border-color: #D820DC;
}
.TagClassName
{
border-color: #D820DC;
}
</style>