Shades of Deep Magenta #D823DD
Tints of Deep Magenta #D823DD
RGB
CMYK
RGB Variations
Color information
#D823DD (or 0xD823DD) is known color: Deep Magenta. HEX triplet: D8, 23 and DD. RGB value is (216,35,221). Sum of RGB (Red+Green+Blue) = 216+35+221=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #D823DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D823DD is #27DC22. Grayscale: #6D6D6D. Windows color (decimal): -2612259 or 14492632. OLE color: 14492632.
HSL color Cylindrical-coordinate representation of color #D823DD: hue angle of 298.39º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D823DD is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 35 | 221 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.13 |
| HSL | 298.39º | 0.73% | 0.5% | - |
| HSV(B) | 298.39º | 0.84% | 0.87% | - |
| XYZ | 41.97 | 21.02 | 70.25 | - |
| YUV | 110.32 | 190.47 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 221 | 0.02 | 0.84 | 0 | 0.13 | 298.39 | 0.73 | 0.5 |
| Hex | D8 | 23 | DD | 2 | 54 | 0 | D | 12A | 49 | 32 |
| Octal | 330 | 43 | 335 | 2 | 124 | 0 | 15 | 452 | 111 | 62 |
| Binary | 11011000 | 100011 | 11011101 | 10 | 1010100 | 0 | 1101 | 100101010 | 1001001 | 110010 |
Color Harmonies of #D823DD
Complementary color
Monochromatic Colors of #D823DD
Black with #D823DD
Text Example
Text Example
White with #D823DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D823DD; }
p { color: rgb(216,35,221); }
H1.HeaderClassName
{
color: #D823DD;
}
.AnyTagClassName
{
color: #D823DD;
}
</style>
background-color css
<style>
a { background-color: #D823DD; }
a { background-color: rgb(216,35,221); }
div.DivClassName
{
background-color: #D823DD;
}
.BgClassName
{
background-color: #D823DD;
}
</style>
border-color css
<style>
span { border-color: #D823DD; }
span { border-color: rgb(216,35,221); }
td.TdClassName
{
border-color: #D823DD;
}
.TagClassName
{
border-color: #D823DD;
}
</style>