Shades of Deep Magenta #D924C5
Tints of Deep Magenta #D924C5
RGB
CMYK
RGB Variations
Color information
#D924C5 (or 0xD924C5) is known color: Deep Magenta. HEX triplet: D9, 24 and C5. RGB value is (217,36,197). Sum of RGB (Red+Green+Blue) = 217+36+197=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D924C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D924C5 is #26DB3A. Grayscale: #6C6C6C. Windows color (decimal): -2546491 or 12920025. OLE color: 12920025.
HSL color Cylindrical-coordinate representation of color #D924C5: hue angle of 306.63º 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 #D924C5 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 197 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.15 |
| HSL | 306.63º | 0.72% | 0.5% | - |
| HSV(B) | 306.63º | 0.83% | 0.85% | - |
| XYZ | 39.32 | 20.04 | 54.62 | - |
| YUV | 108.47 | 177.97 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 197 | 0 | 0.83 | 0.09 | 0.15 | 306.63 | 0.72 | 0.5 |
| Hex | D9 | 24 | C5 | 0 | 53 | 9 | F | 133 | 48 | 32 |
| Octal | 331 | 44 | 305 | 0 | 123 | 11 | 17 | 463 | 110 | 62 |
| Binary | 11011001 | 100100 | 11000101 | 0 | 1010011 | 1001 | 1111 | 100110011 | 1001000 | 110010 |
Color Harmonies of #D924C5
Complementary color
Monochromatic Colors of #D924C5
Black with #D924C5
Text Example
Text Example
White with #D924C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924C5; }
p { color: rgb(217,36,197); }
H1.HeaderClassName
{
color: #D924C5;
}
.AnyTagClassName
{
color: #D924C5;
}
</style>
background-color css
<style>
a { background-color: #D924C5; }
a { background-color: rgb(217,36,197); }
div.DivClassName
{
background-color: #D924C5;
}
.BgClassName
{
background-color: #D924C5;
}
</style>
border-color css
<style>
span { border-color: #D924C5; }
span { border-color: rgb(217,36,197); }
td.TdClassName
{
border-color: #D924C5;
}
.TagClassName
{
border-color: #D924C5;
}
</style>