Shades of Deep Magenta #D924D0
Tints of Deep Magenta #D924D0
RGB
CMYK
RGB Variations
Color information
#D924D0 (or 0xD924D0) is known color: Deep Magenta. HEX triplet: D9, 24 and D0. RGB value is (217,36,208). Sum of RGB (Red+Green+Blue) = 217+36+208=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D924D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D924D0 is #26DB2F. Grayscale: #6D6D6D. Windows color (decimal): -2546480 or 13640921. OLE color: 13640921.
HSL color Cylindrical-coordinate representation of color #D924D0: hue angle of 302.98º 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 #D924D0 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 208 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.15 |
| HSL | 302.98º | 0.72% | 0.5% | - |
| HSV(B) | 302.98º | 0.83% | 0.85% | - |
| XYZ | 40.63 | 20.57 | 61.5 | - |
| YUV | 109.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 208 | 0 | 0.83 | 0.04 | 0.15 | 302.98 | 0.72 | 0.5 |
| Hex | D9 | 24 | D0 | 0 | 53 | 4 | F | 12F | 48 | 32 |
| Octal | 331 | 44 | 320 | 0 | 123 | 4 | 17 | 457 | 110 | 62 |
| Binary | 11011001 | 100100 | 11010000 | 0 | 1010011 | 100 | 1111 | 100101111 | 1001000 | 110010 |
Color Harmonies of #D924D0
Complementary color
Monochromatic Colors of #D924D0
Black with #D924D0
Text Example
Text Example
White with #D924D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924D0; }
p { color: rgb(217,36,208); }
H1.HeaderClassName
{
color: #D924D0;
}
.AnyTagClassName
{
color: #D924D0;
}
</style>
background-color css
<style>
a { background-color: #D924D0; }
a { background-color: rgb(217,36,208); }
div.DivClassName
{
background-color: #D924D0;
}
.BgClassName
{
background-color: #D924D0;
}
</style>
border-color css
<style>
span { border-color: #D924D0; }
span { border-color: rgb(217,36,208); }
td.TdClassName
{
border-color: #D924D0;
}
.TagClassName
{
border-color: #D924D0;
}
</style>