Shades of Deep Magenta #D924DD
Tints of Deep Magenta #D924DD
RGB
CMYK
RGB Variations
Color information
#D924DD (or 0xD924DD) is known color: Deep Magenta. HEX triplet: D9, 24 and DD. RGB value is (217,36,221). Sum of RGB (Red+Green+Blue) = 217+36+221=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #D924DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D924DD is #26DB22. Grayscale: #6E6E6E. Windows color (decimal): -2546467 or 14492889. OLE color: 14492889.
HSL color Cylindrical-coordinate representation of color #D924DD: hue angle of 298.7º 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 #D924DD is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 36 | 221 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.13 |
| HSL | 298.7º | 0.73% | 0.5% | - |
| HSV(B) | 298.7º | 0.84% | 0.87% | - |
| XYZ | 42.3 | 21.23 | 70.28 | - |
| YUV | 111.21 | 189.97 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 221 | 0.02 | 0.84 | 0 | 0.13 | 298.7 | 0.73 | 0.5 |
| Hex | D9 | 24 | DD | 2 | 54 | 0 | D | 12B | 49 | 32 |
| Octal | 331 | 44 | 335 | 2 | 124 | 0 | 15 | 453 | 111 | 62 |
| Binary | 11011001 | 100100 | 11011101 | 10 | 1010100 | 0 | 1101 | 100101011 | 1001001 | 110010 |
Color Harmonies of #D924DD
Complementary color
Monochromatic Colors of #D924DD
Black with #D924DD
Text Example
Text Example
White with #D924DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924DD; }
p { color: rgb(217,36,221); }
H1.HeaderClassName
{
color: #D924DD;
}
.AnyTagClassName
{
color: #D924DD;
}
</style>
background-color css
<style>
a { background-color: #D924DD; }
a { background-color: rgb(217,36,221); }
div.DivClassName
{
background-color: #D924DD;
}
.BgClassName
{
background-color: #D924DD;
}
</style>
border-color css
<style>
span { border-color: #D924DD; }
span { border-color: rgb(217,36,221); }
td.TdClassName
{
border-color: #D924DD;
}
.TagClassName
{
border-color: #D924DD;
}
</style>