Shades of Deep Magenta #D822DC
Tints of Deep Magenta #D822DC
RGB
CMYK
RGB Variations
Color information
#D822DC (or 0xD822DC) is known color: Deep Magenta. HEX triplet: D8, 22 and DC. RGB value is (216,34,220). Sum of RGB (Red+Green+Blue) = 216+34+220=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #D822DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D822DC is #27DD23. Grayscale: #6D6D6D. Windows color (decimal): -2612516 or 14426840. OLE color: 14426840.
HSL color Cylindrical-coordinate representation of color #D822DC: hue angle of 298.71º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D822DC is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 34 | 220 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.14 |
| HSL | 298.71º | 0.73% | 0.5% | - |
| HSV(B) | 298.71º | 0.85% | 0.86% | - |
| XYZ | 41.81 | 20.91 | 69.54 | - |
| YUV | 109.62 | 190.3 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 220 | 0.02 | 0.85 | 0 | 0.14 | 298.71 | 0.73 | 0.5 |
| Hex | D8 | 22 | DC | 2 | 55 | 0 | E | 12B | 49 | 32 |
| Octal | 330 | 42 | 334 | 2 | 125 | 0 | 16 | 453 | 111 | 62 |
| Binary | 11011000 | 100010 | 11011100 | 10 | 1010101 | 0 | 1110 | 100101011 | 1001001 | 110010 |
Color Harmonies of #D822DC
Complementary color
Monochromatic Colors of #D822DC
Black with #D822DC
Text Example
Text Example
White with #D822DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D822DC; }
p { color: rgb(216,34,220); }
H1.HeaderClassName
{
color: #D822DC;
}
.AnyTagClassName
{
color: #D822DC;
}
</style>
background-color css
<style>
a { background-color: #D822DC; }
a { background-color: rgb(216,34,220); }
div.DivClassName
{
background-color: #D822DC;
}
.BgClassName
{
background-color: #D822DC;
}
</style>
border-color css
<style>
span { border-color: #D822DC; }
span { border-color: rgb(216,34,220); }
td.TdClassName
{
border-color: #D822DC;
}
.TagClassName
{
border-color: #D822DC;
}
</style>