Shades of Deep Magenta #D821DE
Tints of Deep Magenta #D821DE
RGB
CMYK
RGB Variations
Color information
#D821DE (or 0xD821DE) is known color: Deep Magenta. HEX triplet: D8, 21 and DE. RGB value is (216,33,222). Sum of RGB (Red+Green+Blue) = 216+33+222=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #D821DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821DE is #27DE21. Grayscale: #6C6C6C. Windows color (decimal): -2612770 or 14557656. OLE color: 14557656.
HSL color Cylindrical-coordinate representation of color #D821DE: hue angle of 298.1º degrees, saturation: 0.74, 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 #D821DE is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 33 | 222 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.13 |
| HSL | 298.1º | 0.74% | 0.5% | - |
| HSV(B) | 298.1º | 0.85% | 0.87% | - |
| XYZ | 42.05 | 20.96 | 70.94 | - |
| YUV | 109.26 | 191.63 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 222 | 0.03 | 0.85 | 0 | 0.13 | 298.1 | 0.74 | 0.5 |
| Hex | D8 | 21 | DE | 3 | 55 | 0 | D | 12A | 4A | 32 |
| Octal | 330 | 41 | 336 | 3 | 125 | 0 | 15 | 452 | 112 | 62 |
| Binary | 11011000 | 100001 | 11011110 | 11 | 1010101 | 0 | 1101 | 100101010 | 1001010 | 110010 |
Color Harmonies of #D821DE
Complementary color
Monochromatic Colors of #D821DE
Black with #D821DE
Text Example
Text Example
White with #D821DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D821DE; }
p { color: rgb(216,33,222); }
H1.HeaderClassName
{
color: #D821DE;
}
.AnyTagClassName
{
color: #D821DE;
}
</style>
background-color css
<style>
a { background-color: #D821DE; }
a { background-color: rgb(216,33,222); }
div.DivClassName
{
background-color: #D821DE;
}
.BgClassName
{
background-color: #D821DE;
}
</style>
border-color css
<style>
span { border-color: #D821DE; }
span { border-color: rgb(216,33,222); }
td.TdClassName
{
border-color: #D821DE;
}
.TagClassName
{
border-color: #D821DE;
}
</style>