Shades of Cerise #D9356A
Tints of Cerise #D9356A
RGB
CMYK
RGB Variations
Color information
#D9356A (or 0xD9356A) is known color: Cerise. HEX triplet: D9, 35 and 6A. RGB value is (217,53,106). Sum of RGB (Red+Green+Blue) = 217+53+106=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9356A is #26CA95. Grayscale: #6C6C6C. Windows color (decimal): -2542230 or 6960601. OLE color: 6960601.
HSL color Cylindrical-coordinate representation of color #D9356A: hue angle of 340.61º 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 #D9356A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 106 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.15 |
| HSL | 340.61º | 0.68% | 0.53% | - |
| HSV(B) | 340.61º | 0.76% | 0.85% | - |
| XYZ | 32.49 | 18.34 | 15.46 | - |
| YUV | 108.08 | 126.83 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 106 | 0 | 0.76 | 0.51 | 0.15 | 340.61 | 0.68 | 0.53 |
| Hex | D9 | 35 | 6A | 0 | 4C | 33 | F | 155 | 44 | 35 |
| Octal | 331 | 65 | 152 | 0 | 114 | 63 | 17 | 525 | 104 | 65 |
| Binary | 11011001 | 110101 | 1101010 | 0 | 1001100 | 110011 | 1111 | 101010101 | 1000100 | 110101 |
Color Harmonies of #D9356A
Complementary color
Monochromatic Colors of #D9356A
Black with #D9356A
Text Example
Text Example
White with #D9356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9356A; }
p { color: rgb(217,53,106); }
H1.HeaderClassName
{
color: #D9356A;
}
.AnyTagClassName
{
color: #D9356A;
}
</style>
background-color css
<style>
a { background-color: #D9356A; }
a { background-color: rgb(217,53,106); }
div.DivClassName
{
background-color: #D9356A;
}
.BgClassName
{
background-color: #D9356A;
}
</style>
border-color css
<style>
span { border-color: #D9356A; }
span { border-color: rgb(217,53,106); }
td.TdClassName
{
border-color: #D9356A;
}
.TagClassName
{
border-color: #D9356A;
}
</style>