Shades of Deep Magenta #D924C0
Tints of Deep Magenta #D924C0
RGB
CMYK
RGB Variations
Color information
#D924C0 (or 0xD924C0) is known color: Deep Magenta. HEX triplet: D9, 24 and C0. RGB value is (217,36,192). Sum of RGB (Red+Green+Blue) = 217+36+192=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D924C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D924C0 is #26DB3F. Grayscale: #6B6B6B. Windows color (decimal): -2546496 or 12592345. OLE color: 12592345.
HSL color Cylindrical-coordinate representation of color #D924C0: hue angle of 308.29º 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 #D924C0 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 192 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.15 |
| HSL | 308.29º | 0.72% | 0.5% | - |
| HSV(B) | 308.29º | 0.83% | 0.85% | - |
| XYZ | 38.76 | 19.82 | 51.65 | - |
| YUV | 107.9 | 175.47 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 192 | 0 | 0.83 | 0.12 | 0.15 | 308.29 | 0.72 | 0.5 |
| Hex | D9 | 24 | C0 | 0 | 53 | C | F | 134 | 48 | 32 |
| Octal | 331 | 44 | 300 | 0 | 123 | 14 | 17 | 464 | 110 | 62 |
| Binary | 11011001 | 100100 | 11000000 | 0 | 1010011 | 1100 | 1111 | 100110100 | 1001000 | 110010 |
Color Harmonies of #D924C0
Complementary color
Monochromatic Colors of #D924C0
Black with #D924C0
Text Example
Text Example
White with #D924C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924C0; }
p { color: rgb(217,36,192); }
H1.HeaderClassName
{
color: #D924C0;
}
.AnyTagClassName
{
color: #D924C0;
}
</style>
background-color css
<style>
a { background-color: #D924C0; }
a { background-color: rgb(217,36,192); }
div.DivClassName
{
background-color: #D924C0;
}
.BgClassName
{
background-color: #D924C0;
}
</style>
border-color css
<style>
span { border-color: #D924C0; }
span { border-color: rgb(217,36,192); }
td.TdClassName
{
border-color: #D924C0;
}
.TagClassName
{
border-color: #D924C0;
}
</style>