Shades of Deep Magenta #D822DF
Tints of Deep Magenta #D822DF
RGB
CMYK
RGB Variations
Color information
#D822DF (or 0xD822DF) is known color: Deep Magenta. HEX triplet: D8, 22 and DF. RGB value is (216,34,223). Sum of RGB (Red+Green+Blue) = 216+34+223=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 34 (13.67% from 255 or 7.19% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #D822DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D822DF is #27DD20. Grayscale: #6D6D6D. Windows color (decimal): -2612513 or 14623448. OLE color: 14623448.
HSL color Cylindrical-coordinate representation of color #D822DF: hue angle of 297.78º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D822DF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 34 | 223 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.13 |
| HSL | 297.78º | 0.75% | 0.5% | - |
| HSV(B) | 297.78º | 0.85% | 0.87% | - |
| XYZ | 42.21 | 21.07 | 71.65 | - |
| YUV | 109.96 | 191.8 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 223 | 0.03 | 0.85 | 0 | 0.13 | 297.78 | 0.75 | 0.5 |
| Hex | D8 | 22 | DF | 3 | 55 | 0 | D | 12A | 4B | 32 |
| Octal | 330 | 42 | 337 | 3 | 125 | 0 | 15 | 452 | 113 | 62 |
| Binary | 11011000 | 100010 | 11011111 | 11 | 1010101 | 0 | 1101 | 100101010 | 1001011 | 110010 |
Color Harmonies of #D822DF
Complementary color
Monochromatic Colors of #D822DF
Black with #D822DF
Text Example
Text Example
White with #D822DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D822DF; }
p { color: rgb(216,34,223); }
H1.HeaderClassName
{
color: #D822DF;
}
.AnyTagClassName
{
color: #D822DF;
}
</style>
background-color css
<style>
a { background-color: #D822DF; }
a { background-color: rgb(216,34,223); }
div.DivClassName
{
background-color: #D822DF;
}
.BgClassName
{
background-color: #D822DF;
}
</style>
border-color css
<style>
span { border-color: #D822DF; }
span { border-color: rgb(216,34,223); }
td.TdClassName
{
border-color: #D822DF;
}
.TagClassName
{
border-color: #D822DF;
}
</style>