Shades of Deep Magenta #D823E1
Tints of Deep Magenta #D823E1
RGB
CMYK
RGB Variations
Color information
#D823E1 (or 0xD823E1) is known color: Deep Magenta. HEX triplet: D8, 23 and E1. RGB value is (216,35,225). Sum of RGB (Red+Green+Blue) = 216+35+225=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #D823E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D823E1 is #27DC1E. Grayscale: #6E6E6E. Windows color (decimal): -2612255 or 14754776. OLE color: 14754776.
HSL color Cylindrical-coordinate representation of color #D823E1: hue angle of 297.16º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D823E1 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 35 | 225 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.12 |
| HSL | 297.16º | 0.76% | 0.51% | - |
| HSV(B) | 297.16º | 0.84% | 0.88% | - |
| XYZ | 42.51 | 21.24 | 73.09 | - |
| YUV | 110.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 225 | 0.04 | 0.84 | 0 | 0.12 | 297.16 | 0.76 | 0.51 |
| Hex | D8 | 23 | E1 | 4 | 54 | 0 | C | 129 | 4C | 33 |
| Octal | 330 | 43 | 341 | 4 | 124 | 0 | 14 | 451 | 114 | 63 |
| Binary | 11011000 | 100011 | 11100001 | 100 | 1010100 | 0 | 1100 | 100101001 | 1001100 | 110011 |
Color Harmonies of #D823E1
Complementary color
Monochromatic Colors of #D823E1
Black with #D823E1
Text Example
Text Example
White with #D823E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D823E1; }
p { color: rgb(216,35,225); }
H1.HeaderClassName
{
color: #D823E1;
}
.AnyTagClassName
{
color: #D823E1;
}
</style>
background-color css
<style>
a { background-color: #D823E1; }
a { background-color: rgb(216,35,225); }
div.DivClassName
{
background-color: #D823E1;
}
.BgClassName
{
background-color: #D823E1;
}
</style>
border-color css
<style>
span { border-color: #D823E1; }
span { border-color: rgb(216,35,225); }
td.TdClassName
{
border-color: #D823E1;
}
.TagClassName
{
border-color: #D823E1;
}
</style>