Shades of Deep Magenta #D924CF
Tints of Deep Magenta #D924CF
RGB
CMYK
RGB Variations
Color information
#D924CF (or 0xD924CF) is known color: Deep Magenta. HEX triplet: D9, 24 and CF. RGB value is (217,36,207). Sum of RGB (Red+Green+Blue) = 217+36+207=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D924CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D924CF is #26DB30. Grayscale: #6D6D6D. Windows color (decimal): -2546481 or 13575385. OLE color: 13575385.
HSL color Cylindrical-coordinate representation of color #D924CF: hue angle of 303.31º 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 #D924CF is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 207 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.15 |
| HSL | 303.31º | 0.72% | 0.5% | - |
| HSV(B) | 303.31º | 0.83% | 0.85% | - |
| XYZ | 40.51 | 20.52 | 60.86 | - |
| YUV | 109.61 | 182.97 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 207 | 0 | 0.83 | 0.05 | 0.15 | 303.31 | 0.72 | 0.5 |
| Hex | D9 | 24 | CF | 0 | 53 | 5 | F | 12F | 48 | 32 |
| Octal | 331 | 44 | 317 | 0 | 123 | 5 | 17 | 457 | 110 | 62 |
| Binary | 11011001 | 100100 | 11001111 | 0 | 1010011 | 101 | 1111 | 100101111 | 1001000 | 110010 |
Color Harmonies of #D924CF
Complementary color
Monochromatic Colors of #D924CF
Black with #D924CF
Text Example
Text Example
White with #D924CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924CF; }
p { color: rgb(217,36,207); }
H1.HeaderClassName
{
color: #D924CF;
}
.AnyTagClassName
{
color: #D924CF;
}
</style>
background-color css
<style>
a { background-color: #D924CF; }
a { background-color: rgb(217,36,207); }
div.DivClassName
{
background-color: #D924CF;
}
.BgClassName
{
background-color: #D924CF;
}
</style>
border-color css
<style>
span { border-color: #D924CF; }
span { border-color: rgb(217,36,207); }
td.TdClassName
{
border-color: #D924CF;
}
.TagClassName
{
border-color: #D924CF;
}
</style>