Shades of Deep Cerise #D9249F
Tints of Deep Cerise #D9249F
RGB
CMYK
RGB Variations
Color information
#D9249F (or 0xD9249F) is known color: Deep Cerise. HEX triplet: D9, 24 and 9F. RGB value is (217,36,159). Sum of RGB (Red+Green+Blue) = 217+36+159=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9249F is #26DB60. Grayscale: #676767. Windows color (decimal): -2546529 or 10429657. OLE color: 10429657.
HSL color Cylindrical-coordinate representation of color #D9249F: hue angle of 319.23º 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 #D9249F is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 159 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.15 |
| HSL | 319.23º | 0.72% | 0.5% | - |
| HSV(B) | 319.23º | 0.83% | 0.85% | - |
| XYZ | 35.5 | 18.52 | 34.5 | - |
| YUV | 104.14 | 158.97 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 159 | 0 | 0.83 | 0.27 | 0.15 | 319.23 | 0.72 | 0.5 |
| Hex | D9 | 24 | 9F | 0 | 53 | 1B | F | 13F | 48 | 32 |
| Octal | 331 | 44 | 237 | 0 | 123 | 33 | 17 | 477 | 110 | 62 |
| Binary | 11011001 | 100100 | 10011111 | 0 | 1010011 | 11011 | 1111 | 100111111 | 1001000 | 110010 |
Color Harmonies of #D9249F
Complementary color
Monochromatic Colors of #D9249F
Black with #D9249F
Text Example
Text Example
White with #D9249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9249F; }
p { color: rgb(217,36,159); }
H1.HeaderClassName
{
color: #D9249F;
}
.AnyTagClassName
{
color: #D9249F;
}
</style>
background-color css
<style>
a { background-color: #D9249F; }
a { background-color: rgb(217,36,159); }
div.DivClassName
{
background-color: #D9249F;
}
.BgClassName
{
background-color: #D9249F;
}
</style>
border-color css
<style>
span { border-color: #D9249F; }
span { border-color: rgb(217,36,159); }
td.TdClassName
{
border-color: #D9249F;
}
.TagClassName
{
border-color: #D9249F;
}
</style>