Shades of Cerise #D9355C
Tints of Cerise #D9355C
RGB
CMYK
RGB Variations
Color information
#D9355C (or 0xD9355C) is known color: Cerise. HEX triplet: D9, 35 and 5C. RGB value is (217,53,92). Sum of RGB (Red+Green+Blue) = 217+53+92=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9355C is #26CAA3. Grayscale: #6A6A6A. Windows color (decimal): -2542244 or 6043097. OLE color: 6043097.
HSL color Cylindrical-coordinate representation of color #D9355C: hue angle of 345.73º 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 #D9355C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 92 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.15 |
| HSL | 345.73º | 0.68% | 0.53% | - |
| HSV(B) | 345.73º | 0.76% | 0.85% | - |
| XYZ | 31.82 | 18.07 | 11.94 | - |
| YUV | 106.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 92 | 0 | 0.76 | 0.58 | 0.15 | 345.73 | 0.68 | 0.53 |
| Hex | D9 | 35 | 5C | 0 | 4C | 3A | F | 15A | 44 | 35 |
| Octal | 331 | 65 | 134 | 0 | 114 | 72 | 17 | 532 | 104 | 65 |
| Binary | 11011001 | 110101 | 1011100 | 0 | 1001100 | 111010 | 1111 | 101011010 | 1000100 | 110101 |
Color Harmonies of #D9355C
Complementary color
Monochromatic Colors of #D9355C
Black with #D9355C
Text Example
Text Example
White with #D9355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9355C; }
p { color: rgb(217,53,92); }
H1.HeaderClassName
{
color: #D9355C;
}
.AnyTagClassName
{
color: #D9355C;
}
</style>
background-color css
<style>
a { background-color: #D9355C; }
a { background-color: rgb(217,53,92); }
div.DivClassName
{
background-color: #D9355C;
}
.BgClassName
{
background-color: #D9355C;
}
</style>
border-color css
<style>
span { border-color: #D9355C; }
span { border-color: rgb(217,53,92); }
td.TdClassName
{
border-color: #D9355C;
}
.TagClassName
{
border-color: #D9355C;
}
</style>