Shades of Deep Cerise #D9248C
Tints of Deep Cerise #D9248C
RGB
CMYK
RGB Variations
Color information
#D9248C (or 0xD9248C) is known color: Deep Cerise. HEX triplet: D9, 24 and 8C. RGB value is (217,36,140). Sum of RGB (Red+Green+Blue) = 217+36+140=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9248C is #26DB73. Grayscale: #656565. Windows color (decimal): -2546548 or 9184473. OLE color: 9184473.
HSL color Cylindrical-coordinate representation of color #D9248C: hue angle of 325.52º 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 #D9248C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 140 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.15 |
| HSL | 325.52º | 0.72% | 0.5% | - |
| HSV(B) | 325.52º | 0.83% | 0.85% | - |
| XYZ | 33.98 | 17.91 | 26.48 | - |
| YUV | 101.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 140 | 0 | 0.83 | 0.35 | 0.15 | 325.52 | 0.72 | 0.5 |
| Hex | D9 | 24 | 8C | 0 | 53 | 23 | F | 146 | 48 | 32 |
| Octal | 331 | 44 | 214 | 0 | 123 | 43 | 17 | 506 | 110 | 62 |
| Binary | 11011001 | 100100 | 10001100 | 0 | 1010011 | 100011 | 1111 | 101000110 | 1001000 | 110010 |
Color Harmonies of #D9248C
Complementary color
Monochromatic Colors of #D9248C
Black with #D9248C
Text Example
Text Example
White with #D9248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9248C; }
p { color: rgb(217,36,140); }
H1.HeaderClassName
{
color: #D9248C;
}
.AnyTagClassName
{
color: #D9248C;
}
</style>
background-color css
<style>
a { background-color: #D9248C; }
a { background-color: rgb(217,36,140); }
div.DivClassName
{
background-color: #D9248C;
}
.BgClassName
{
background-color: #D9248C;
}
</style>
border-color css
<style>
span { border-color: #D9248C; }
span { border-color: rgb(217,36,140); }
td.TdClassName
{
border-color: #D9248C;
}
.TagClassName
{
border-color: #D9248C;
}
</style>