Shades of Deep Cerise #D924A0
Tints of Deep Cerise #D924A0
RGB
CMYK
RGB Variations
Color information
#D924A0 (or 0xD924A0) is known color: Deep Cerise. HEX triplet: D9, 24 and A0. RGB value is (217,36,160). Sum of RGB (Red+Green+Blue) = 217+36+160=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D924A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D924A0 is #26DB5F. Grayscale: #676767. Windows color (decimal): -2546528 or 10495193. OLE color: 10495193.
HSL color Cylindrical-coordinate representation of color #D924A0: hue angle of 318.9º 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 #D924A0 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 160 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.15 |
| HSL | 318.9º | 0.72% | 0.5% | - |
| HSV(B) | 318.9º | 0.83% | 0.85% | - |
| XYZ | 35.59 | 18.55 | 34.96 | - |
| YUV | 104.26 | 159.47 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 160 | 0 | 0.83 | 0.26 | 0.15 | 318.9 | 0.72 | 0.5 |
| Hex | D9 | 24 | A0 | 0 | 53 | 1A | F | 13F | 48 | 32 |
| Octal | 331 | 44 | 240 | 0 | 123 | 32 | 17 | 477 | 110 | 62 |
| Binary | 11011001 | 100100 | 10100000 | 0 | 1010011 | 11010 | 1111 | 100111111 | 1001000 | 110010 |
Color Harmonies of #D924A0
Complementary color
Monochromatic Colors of #D924A0
Black with #D924A0
Text Example
Text Example
White with #D924A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924A0; }
p { color: rgb(217,36,160); }
H1.HeaderClassName
{
color: #D924A0;
}
.AnyTagClassName
{
color: #D924A0;
}
</style>
background-color css
<style>
a { background-color: #D924A0; }
a { background-color: rgb(217,36,160); }
div.DivClassName
{
background-color: #D924A0;
}
.BgClassName
{
background-color: #D924A0;
}
</style>
border-color css
<style>
span { border-color: #D924A0; }
span { border-color: rgb(217,36,160); }
td.TdClassName
{
border-color: #D924A0;
}
.TagClassName
{
border-color: #D924A0;
}
</style>