Shades of Deep Magenta #D824DD
Tints of Deep Magenta #D824DD
RGB
CMYK
RGB Variations
Color information
#D824DD (or 0xD824DD) is known color: Deep Magenta. HEX triplet: D8, 24 and DD. RGB value is (216,36,221). Sum of RGB (Red+Green+Blue) = 216+36+221=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #D824DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824DD is #27DB22. Grayscale: #6E6E6E. Windows color (decimal): -2612003 or 14492888. OLE color: 14492888.
HSL color Cylindrical-coordinate representation of color #D824DD: hue angle of 298.38º 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 #D824DD is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 36 | 221 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.13 |
| HSL | 298.38º | 0.73% | 0.5% | - |
| HSV(B) | 298.38º | 0.84% | 0.87% | - |
| XYZ | 42 | 21.08 | 70.26 | - |
| YUV | 110.91 | 190.13 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 221 | 0.02 | 0.84 | 0 | 0.13 | 298.38 | 0.73 | 0.5 |
| Hex | D8 | 24 | DD | 2 | 54 | 0 | D | 12A | 49 | 32 |
| Octal | 330 | 44 | 335 | 2 | 124 | 0 | 15 | 452 | 111 | 62 |
| Binary | 11011000 | 100100 | 11011101 | 10 | 1010100 | 0 | 1101 | 100101010 | 1001001 | 110010 |
Color Harmonies of #D824DD
Complementary color
Monochromatic Colors of #D824DD
Black with #D824DD
Text Example
Text Example
White with #D824DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824DD; }
p { color: rgb(216,36,221); }
H1.HeaderClassName
{
color: #D824DD;
}
.AnyTagClassName
{
color: #D824DD;
}
</style>
background-color css
<style>
a { background-color: #D824DD; }
a { background-color: rgb(216,36,221); }
div.DivClassName
{
background-color: #D824DD;
}
.BgClassName
{
background-color: #D824DD;
}
</style>
border-color css
<style>
span { border-color: #D824DD; }
span { border-color: rgb(216,36,221); }
td.TdClassName
{
border-color: #D824DD;
}
.TagClassName
{
border-color: #D824DD;
}
</style>