Shades of Deep Magenta #D924D3
Tints of Deep Magenta #D924D3
RGB
CMYK
RGB Variations
Color information
#D924D3 (or 0xD924D3) is known color: Deep Magenta. HEX triplet: D9, 24 and D3. RGB value is (217,36,211). Sum of RGB (Red+Green+Blue) = 217+36+211=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D924D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D924D3 is #26DB2C. Grayscale: #6D6D6D. Windows color (decimal): -2546477 or 13837529. OLE color: 13837529.
HSL color Cylindrical-coordinate representation of color #D924D3: hue angle of 301.99º 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 #D924D3 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 211 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.15 |
| HSL | 301.99º | 0.72% | 0.5% | - |
| HSV(B) | 301.99º | 0.83% | 0.85% | - |
| XYZ | 41 | 20.72 | 63.47 | - |
| YUV | 110.07 | 184.97 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 211 | 0 | 0.83 | 0.03 | 0.15 | 301.99 | 0.72 | 0.5 |
| Hex | D9 | 24 | D3 | 0 | 53 | 3 | F | 12E | 48 | 32 |
| Octal | 331 | 44 | 323 | 0 | 123 | 3 | 17 | 456 | 110 | 62 |
| Binary | 11011001 | 100100 | 11010011 | 0 | 1010011 | 11 | 1111 | 100101110 | 1001000 | 110010 |
Color Harmonies of #D924D3
Complementary color
Monochromatic Colors of #D924D3
Black with #D924D3
Text Example
Text Example
White with #D924D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924D3; }
p { color: rgb(217,36,211); }
H1.HeaderClassName
{
color: #D924D3;
}
.AnyTagClassName
{
color: #D924D3;
}
</style>
background-color css
<style>
a { background-color: #D924D3; }
a { background-color: rgb(217,36,211); }
div.DivClassName
{
background-color: #D924D3;
}
.BgClassName
{
background-color: #D924D3;
}
</style>
border-color css
<style>
span { border-color: #D924D3; }
span { border-color: rgb(217,36,211); }
td.TdClassName
{
border-color: #D924D3;
}
.TagClassName
{
border-color: #D924D3;
}
</style>