Shades of Deep Cerise #D9237C
Tints of Deep Cerise #D9237C
RGB
CMYK
RGB Variations
Color information
#D9237C (or 0xD9237C) is known color: Deep Cerise. HEX triplet: D9, 23 and 7C. RGB value is (217,35,124). Sum of RGB (Red+Green+Blue) = 217+35+124=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9237C is #26DC83. Grayscale: #636363. Windows color (decimal): -2546820 or 8135641. OLE color: 8135641.
HSL color Cylindrical-coordinate representation of color #D9237C: hue angle of 330.66º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9237C is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 124 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.15 |
| HSL | 330.66º | 0.72% | 0.49% | - |
| HSV(B) | 330.66º | 0.84% | 0.85% | - |
| XYZ | 32.85 | 17.41 | 20.7 | - |
| YUV | 99.56 | 141.8 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 124 | 0 | 0.84 | 0.43 | 0.15 | 330.66 | 0.72 | 0.49 |
| Hex | D9 | 23 | 7C | 0 | 54 | 2B | F | 14B | 48 | 31 |
| Octal | 331 | 43 | 174 | 0 | 124 | 53 | 17 | 513 | 110 | 61 |
| Binary | 11011001 | 100011 | 1111100 | 0 | 1010100 | 101011 | 1111 | 101001011 | 1001000 | 110001 |
Color Harmonies of #D9237C
Complementary color
Monochromatic Colors of #D9237C
Black with #D9237C
Text Example
Text Example
White with #D9237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9237C; }
p { color: rgb(217,35,124); }
H1.HeaderClassName
{
color: #D9237C;
}
.AnyTagClassName
{
color: #D9237C;
}
</style>
background-color css
<style>
a { background-color: #D9237C; }
a { background-color: rgb(217,35,124); }
div.DivClassName
{
background-color: #D9237C;
}
.BgClassName
{
background-color: #D9237C;
}
</style>
border-color css
<style>
span { border-color: #D9237C; }
span { border-color: rgb(217,35,124); }
td.TdClassName
{
border-color: #D9237C;
}
.TagClassName
{
border-color: #D9237C;
}
</style>