Shades of Deep Magenta #D924D5
Tints of Deep Magenta #D924D5
RGB
CMYK
RGB Variations
Color information
#D924D5 (or 0xD924D5) is known color: Deep Magenta. HEX triplet: D9, 24 and D5. RGB value is (217,36,213). Sum of RGB (Red+Green+Blue) = 217+36+213=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D924D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D924D5 is #26DB2A. Grayscale: #6D6D6D. Windows color (decimal): -2546475 or 13968601. OLE color: 13968601.
HSL color Cylindrical-coordinate representation of color #D924D5: hue angle of 301.33º 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 #D924D5 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 213 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.15 |
| HSL | 301.33º | 0.72% | 0.5% | - |
| HSV(B) | 301.33º | 0.83% | 0.85% | - |
| XYZ | 41.26 | 20.82 | 64.79 | - |
| YUV | 110.3 | 185.97 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 213 | 0 | 0.83 | 0.02 | 0.15 | 301.33 | 0.72 | 0.5 |
| Hex | D9 | 24 | D5 | 0 | 53 | 2 | F | 12D | 48 | 32 |
| Octal | 331 | 44 | 325 | 0 | 123 | 2 | 17 | 455 | 110 | 62 |
| Binary | 11011001 | 100100 | 11010101 | 0 | 1010011 | 10 | 1111 | 100101101 | 1001000 | 110010 |
Color Harmonies of #D924D5
Complementary color
Monochromatic Colors of #D924D5
Black with #D924D5
Text Example
Text Example
White with #D924D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924D5; }
p { color: rgb(217,36,213); }
H1.HeaderClassName
{
color: #D924D5;
}
.AnyTagClassName
{
color: #D924D5;
}
</style>
background-color css
<style>
a { background-color: #D924D5; }
a { background-color: rgb(217,36,213); }
div.DivClassName
{
background-color: #D924D5;
}
.BgClassName
{
background-color: #D924D5;
}
</style>
border-color css
<style>
span { border-color: #D924D5; }
span { border-color: rgb(217,36,213); }
td.TdClassName
{
border-color: #D924D5;
}
.TagClassName
{
border-color: #D924D5;
}
</style>