Shades of Deep Magenta #D924CB
Tints of Deep Magenta #D924CB
RGB
CMYK
RGB Variations
Color information
#D924CB (or 0xD924CB) is known color: Deep Magenta. HEX triplet: D9, 24 and CB. RGB value is (217,36,203). Sum of RGB (Red+Green+Blue) = 217+36+203=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D924CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D924CB is #26DB34. Grayscale: #6C6C6C. Windows color (decimal): -2546485 or 13313241. OLE color: 13313241.
HSL color Cylindrical-coordinate representation of color #D924CB: hue angle of 304.64º 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 #D924CB is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 203 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.15 |
| HSL | 304.64º | 0.72% | 0.5% | - |
| HSV(B) | 304.64º | 0.83% | 0.85% | - |
| XYZ | 40.03 | 20.33 | 58.31 | - |
| YUV | 109.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 203 | 0 | 0.83 | 0.06 | 0.15 | 304.64 | 0.72 | 0.5 |
| Hex | D9 | 24 | CB | 0 | 53 | 6 | F | 131 | 48 | 32 |
| Octal | 331 | 44 | 313 | 0 | 123 | 6 | 17 | 461 | 110 | 62 |
| Binary | 11011001 | 100100 | 11001011 | 0 | 1010011 | 110 | 1111 | 100110001 | 1001000 | 110010 |
Color Harmonies of #D924CB
Complementary color
Monochromatic Colors of #D924CB
Black with #D924CB
Text Example
Text Example
White with #D924CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924CB; }
p { color: rgb(217,36,203); }
H1.HeaderClassName
{
color: #D924CB;
}
.AnyTagClassName
{
color: #D924CB;
}
</style>
background-color css
<style>
a { background-color: #D924CB; }
a { background-color: rgb(217,36,203); }
div.DivClassName
{
background-color: #D924CB;
}
.BgClassName
{
background-color: #D924CB;
}
</style>
border-color css
<style>
span { border-color: #D924CB; }
span { border-color: rgb(217,36,203); }
td.TdClassName
{
border-color: #D924CB;
}
.TagClassName
{
border-color: #D924CB;
}
</style>