Shades of Deep Magenta #D824D9
Tints of Deep Magenta #D824D9
RGB
CMYK
RGB Variations
Color information
#D824D9 (or 0xD824D9) is known color: Deep Magenta. HEX triplet: D8, 24 and D9. RGB value is (216,36,217). Sum of RGB (Red+Green+Blue) = 216+36+217=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #D824D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824D9 is #27DB26. Grayscale: #6D6D6D. Windows color (decimal): -2612007 or 14230744. OLE color: 14230744.
HSL color Cylindrical-coordinate representation of color #D824D9: hue angle of 299.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D824D9 is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 217 | - |
| CMYK | 0.00 | 0.83 | 0 | 0.15 |
| HSL | 299.67º | 0.72% | 0.5% | - |
| HSV(B) | 299.67º | 0.83% | 0.85% | - |
| XYZ | 41.47 | 20.87 | 67.49 | - |
| YUV | 110.45 | 188.13 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 217 | 0.00 | 0.83 | 0 | 0.15 | 299.67 | 0.72 | 0.5 |
| Hex | D8 | 24 | D9 | 0 | 53 | 0 | F | 12C | 48 | 32 |
| Octal | 330 | 44 | 331 | 0 | 123 | 0 | 17 | 454 | 110 | 62 |
| Binary | 11011000 | 100100 | 11011001 | 0 | 1010011 | 0 | 1111 | 100101100 | 1001000 | 110010 |
Color Harmonies of #D824D9
Complementary color
Monochromatic Colors of #D824D9
Black with #D824D9
Text Example
Text Example
White with #D824D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824D9; }
p { color: rgb(216,36,217); }
H1.HeaderClassName
{
color: #D824D9;
}
.AnyTagClassName
{
color: #D824D9;
}
</style>
background-color css
<style>
a { background-color: #D824D9; }
a { background-color: rgb(216,36,217); }
div.DivClassName
{
background-color: #D824D9;
}
.BgClassName
{
background-color: #D824D9;
}
</style>
border-color css
<style>
span { border-color: #D824D9; }
span { border-color: rgb(216,36,217); }
td.TdClassName
{
border-color: #D824D9;
}
.TagClassName
{
border-color: #D824D9;
}
</style>