Shades of Deep Magenta #D822CE
Tints of Deep Magenta #D822CE
RGB
CMYK
RGB Variations
Color information
#D822CE (or 0xD822CE) is known color: Deep Magenta. HEX triplet: D8, 22 and CE. RGB value is (216,34,206). Sum of RGB (Red+Green+Blue) = 216+34+206=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D822CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D822CE is #27DD31. Grayscale: #6B6B6B. Windows color (decimal): -2612530 or 13509336. OLE color: 13509336.
HSL color Cylindrical-coordinate representation of color #D822CE: hue angle of 303.3º 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 #D822CE is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 206 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.15 |
| HSL | 303.3º | 0.73% | 0.49% | - |
| HSV(B) | 303.3º | 0.84% | 0.85% | - |
| XYZ | 40.03 | 20.2 | 60.18 | - |
| YUV | 108.03 | 183.3 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 206 | 0 | 0.84 | 0.05 | 0.15 | 303.3 | 0.73 | 0.49 |
| Hex | D8 | 22 | CE | 0 | 54 | 5 | F | 12F | 49 | 31 |
| Octal | 330 | 42 | 316 | 0 | 124 | 5 | 17 | 457 | 111 | 61 |
| Binary | 11011000 | 100010 | 11001110 | 0 | 1010100 | 101 | 1111 | 100101111 | 1001001 | 110001 |
Color Harmonies of #D822CE
Complementary color
Monochromatic Colors of #D822CE
Black with #D822CE
Text Example
Text Example
White with #D822CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D822CE; }
p { color: rgb(216,34,206); }
H1.HeaderClassName
{
color: #D822CE;
}
.AnyTagClassName
{
color: #D822CE;
}
</style>
background-color css
<style>
a { background-color: #D822CE; }
a { background-color: rgb(216,34,206); }
div.DivClassName
{
background-color: #D822CE;
}
.BgClassName
{
background-color: #D822CE;
}
</style>
border-color css
<style>
span { border-color: #D822CE; }
span { border-color: rgb(216,34,206); }
td.TdClassName
{
border-color: #D822CE;
}
.TagClassName
{
border-color: #D822CE;
}
</style>