Shades of Cerise #D9355D
Tints of Cerise #D9355D
RGB
CMYK
RGB Variations
Color information
#D9355D (or 0xD9355D) is known color: Cerise. HEX triplet: D9, 35 and 5D. RGB value is (217,53,93). Sum of RGB (Red+Green+Blue) = 217+53+93=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9355D is #26CAA2. Grayscale: #6A6A6A. Windows color (decimal): -2542243 or 6108633. OLE color: 6108633.
HSL color Cylindrical-coordinate representation of color #D9355D: hue angle of 345.37º 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 #D9355D is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 93 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.15 |
| HSL | 345.37º | 0.68% | 0.53% | - |
| HSV(B) | 345.37º | 0.76% | 0.85% | - |
| XYZ | 31.86 | 18.09 | 12.17 | - |
| YUV | 106.6 | 120.33 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 93 | 0 | 0.76 | 0.57 | 0.15 | 345.37 | 0.68 | 0.53 |
| Hex | D9 | 35 | 5D | 0 | 4C | 39 | F | 159 | 44 | 35 |
| Octal | 331 | 65 | 135 | 0 | 114 | 71 | 17 | 531 | 104 | 65 |
| Binary | 11011001 | 110101 | 1011101 | 0 | 1001100 | 111001 | 1111 | 101011001 | 1000100 | 110101 |
Color Harmonies of #D9355D
Complementary color
Monochromatic Colors of #D9355D
Black with #D9355D
Text Example
Text Example
White with #D9355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9355D; }
p { color: rgb(217,53,93); }
H1.HeaderClassName
{
color: #D9355D;
}
.AnyTagClassName
{
color: #D9355D;
}
</style>
background-color css
<style>
a { background-color: #D9355D; }
a { background-color: rgb(217,53,93); }
div.DivClassName
{
background-color: #D9355D;
}
.BgClassName
{
background-color: #D9355D;
}
</style>
border-color css
<style>
span { border-color: #D9355D; }
span { border-color: rgb(217,53,93); }
td.TdClassName
{
border-color: #D9355D;
}
.TagClassName
{
border-color: #D9355D;
}
</style>