Shades of Cerise #D9236C
Tints of Cerise #D9236C
RGB
CMYK
RGB Variations
Color information
#D9236C (or 0xD9236C) is known color: Cerise. HEX triplet: D9, 23 and 6C. RGB value is (217,35,108). Sum of RGB (Red+Green+Blue) = 217+35+108=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9236C is #26DC93. Grayscale: #616161. Windows color (decimal): -2546836 or 7087065. OLE color: 7087065.
HSL color Cylindrical-coordinate representation of color #D9236C: hue angle of 335.93º 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 #D9236C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 108 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.15 |
| HSL | 335.93º | 0.72% | 0.49% | - |
| HSV(B) | 335.93º | 0.84% | 0.85% | - |
| XYZ | 31.92 | 17.04 | 15.79 | - |
| YUV | 97.74 | 133.8 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 108 | 0 | 0.84 | 0.50 | 0.15 | 335.93 | 0.72 | 0.49 |
| Hex | D9 | 23 | 6C | 0 | 54 | 32 | F | 150 | 48 | 31 |
| Octal | 331 | 43 | 154 | 0 | 124 | 62 | 17 | 520 | 110 | 61 |
| Binary | 11011001 | 100011 | 1101100 | 0 | 1010100 | 110010 | 1111 | 101010000 | 1001000 | 110001 |
Color Harmonies of #D9236C
Complementary color
Monochromatic Colors of #D9236C
Black with #D9236C
Text Example
Text Example
White with #D9236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9236C; }
p { color: rgb(217,35,108); }
H1.HeaderClassName
{
color: #D9236C;
}
.AnyTagClassName
{
color: #D9236C;
}
</style>
background-color css
<style>
a { background-color: #D9236C; }
a { background-color: rgb(217,35,108); }
div.DivClassName
{
background-color: #D9236C;
}
.BgClassName
{
background-color: #D9236C;
}
</style>
border-color css
<style>
span { border-color: #D9236C; }
span { border-color: rgb(217,35,108); }
td.TdClassName
{
border-color: #D9236C;
}
.TagClassName
{
border-color: #D9236C;
}
</style>