Shades of Cerise #D9356C
Tints of Cerise #D9356C
RGB
CMYK
RGB Variations
Color information
#D9356C (or 0xD9356C) is known color: Cerise. HEX triplet: D9, 35 and 6C. RGB value is (217,53,108). Sum of RGB (Red+Green+Blue) = 217+53+108=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9356C is #26CA93. Grayscale: #6C6C6C. Windows color (decimal): -2542228 or 7091673. OLE color: 7091673.
HSL color Cylindrical-coordinate representation of color #D9356C: hue angle of 339.88º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9356C is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 108 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.15 |
| HSL | 339.88º | 0.68% | 0.53% | - |
| HSV(B) | 339.88º | 0.76% | 0.85% | - |
| XYZ | 32.6 | 18.38 | 16.02 | - |
| YUV | 108.31 | 127.83 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 108 | 0 | 0.76 | 0.50 | 0.15 | 339.88 | 0.68 | 0.53 |
| Hex | D9 | 35 | 6C | 0 | 4C | 32 | F | 154 | 44 | 35 |
| Octal | 331 | 65 | 154 | 0 | 114 | 62 | 17 | 524 | 104 | 65 |
| Binary | 11011001 | 110101 | 1101100 | 0 | 1001100 | 110010 | 1111 | 101010100 | 1000100 | 110101 |
Color Harmonies of #D9356C
Complementary color
Monochromatic Colors of #D9356C
Black with #D9356C
Text Example
Text Example
White with #D9356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9356C; }
p { color: rgb(217,53,108); }
H1.HeaderClassName
{
color: #D9356C;
}
.AnyTagClassName
{
color: #D9356C;
}
</style>
background-color css
<style>
a { background-color: #D9356C; }
a { background-color: rgb(217,53,108); }
div.DivClassName
{
background-color: #D9356C;
}
.BgClassName
{
background-color: #D9356C;
}
</style>
border-color css
<style>
span { border-color: #D9356C; }
span { border-color: rgb(217,53,108); }
td.TdClassName
{
border-color: #D9356C;
}
.TagClassName
{
border-color: #D9356C;
}
</style>