Shades of Deep Magenta #D822DA
Tints of Deep Magenta #D822DA
RGB
CMYK
RGB Variations
Color information
#D822DA (or 0xD822DA) is known color: Deep Magenta. HEX triplet: D8, 22 and DA. RGB value is (216,34,218). Sum of RGB (Red+Green+Blue) = 216+34+218=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #D822DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D822DA is #27DD25. Grayscale: #6C6C6C. Windows color (decimal): -2612518 or 14295768. OLE color: 14295768.
HSL color Cylindrical-coordinate representation of color #D822DA: hue angle of 299.35º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D822DA is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 218 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.15 |
| HSL | 299.35º | 0.73% | 0.49% | - |
| HSV(B) | 299.35º | 0.84% | 0.85% | - |
| XYZ | 41.55 | 20.8 | 68.16 | - |
| YUV | 109.39 | 189.3 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 218 | 0.01 | 0.84 | 0 | 0.15 | 299.35 | 0.73 | 0.49 |
| Hex | D8 | 22 | DA | 1 | 54 | 0 | F | 12B | 49 | 31 |
| Octal | 330 | 42 | 332 | 1 | 124 | 0 | 17 | 453 | 111 | 61 |
| Binary | 11011000 | 100010 | 11011010 | 1 | 1010100 | 0 | 1111 | 100101011 | 1001001 | 110001 |
Color Harmonies of #D822DA
Complementary color
Monochromatic Colors of #D822DA
Black with #D822DA
Text Example
Text Example
White with #D822DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D822DA; }
p { color: rgb(216,34,218); }
H1.HeaderClassName
{
color: #D822DA;
}
.AnyTagClassName
{
color: #D822DA;
}
</style>
background-color css
<style>
a { background-color: #D822DA; }
a { background-color: rgb(216,34,218); }
div.DivClassName
{
background-color: #D822DA;
}
.BgClassName
{
background-color: #D822DA;
}
</style>
border-color css
<style>
span { border-color: #D822DA; }
span { border-color: rgb(216,34,218); }
td.TdClassName
{
border-color: #D822DA;
}
.TagClassName
{
border-color: #D822DA;
}
</style>