Shades of Cerise #D9356B
Tints of Cerise #D9356B
RGB
CMYK
RGB Variations
Color information
#D9356B (or 0xD9356B) is known color: Cerise. HEX triplet: D9, 35 and 6B. RGB value is (217,53,107). Sum of RGB (Red+Green+Blue) = 217+53+107=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9356B is #26CA94. Grayscale: #6C6C6C. Windows color (decimal): -2542229 or 7026137. OLE color: 7026137.
HSL color Cylindrical-coordinate representation of color #D9356B: hue angle of 340.24º 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 #D9356B is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 107 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.15 |
| HSL | 340.24º | 0.68% | 0.53% | - |
| HSV(B) | 340.24º | 0.76% | 0.85% | - |
| XYZ | 32.54 | 18.36 | 15.74 | - |
| YUV | 108.19 | 127.33 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 107 | 0 | 0.76 | 0.51 | 0.15 | 340.24 | 0.68 | 0.53 |
| Hex | D9 | 35 | 6B | 0 | 4C | 33 | F | 154 | 44 | 35 |
| Octal | 331 | 65 | 153 | 0 | 114 | 63 | 17 | 524 | 104 | 65 |
| Binary | 11011001 | 110101 | 1101011 | 0 | 1001100 | 110011 | 1111 | 101010100 | 1000100 | 110101 |
Color Harmonies of #D9356B
Complementary color
Monochromatic Colors of #D9356B
Black with #D9356B
Text Example
Text Example
White with #D9356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9356B; }
p { color: rgb(217,53,107); }
H1.HeaderClassName
{
color: #D9356B;
}
.AnyTagClassName
{
color: #D9356B;
}
</style>
background-color css
<style>
a { background-color: #D9356B; }
a { background-color: rgb(217,53,107); }
div.DivClassName
{
background-color: #D9356B;
}
.BgClassName
{
background-color: #D9356B;
}
</style>
border-color css
<style>
span { border-color: #D9356B; }
span { border-color: rgb(217,53,107); }
td.TdClassName
{
border-color: #D9356B;
}
.TagClassName
{
border-color: #D9356B;
}
</style>