Shades of Cerise #D1355C
Tints of Cerise #D1355C
RGB
CMYK
RGB Variations
Color information
#D1355C (or 0xD1355C) is known color: Cerise. HEX triplet: D1, 35 and 5C. RGB value is (209,53,92). Sum of RGB (Red+Green+Blue) = 209+53+92=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1355C is #2ECAA3. Grayscale: #686868. Windows color (decimal): -3066532 or 6043089. OLE color: 6043089.
HSL color Cylindrical-coordinate representation of color #D1355C: hue angle of 345º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1355C is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 92 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.18 |
| HSL | 345º | 0.63% | 0.51% | - |
| HSV(B) | 345º | 0.75% | 0.82% | - |
| XYZ | 29.5 | 16.87 | 11.83 | - |
| YUV | 104.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 92 | 0 | 0.75 | 0.56 | 0.18 | 345 | 0.63 | 0.51 |
| Hex | D1 | 35 | 5C | 0 | 4B | 38 | 12 | 159 | 3F | 33 |
| Octal | 321 | 65 | 134 | 0 | 113 | 70 | 22 | 531 | 77 | 63 |
| Binary | 11010001 | 110101 | 1011100 | 0 | 1001011 | 111000 | 10010 | 101011001 | 111111 | 110011 |
Color Harmonies of #D1355C
Complementary color
Monochromatic Colors of #D1355C
Black with #D1355C
Text Example
Text Example
White with #D1355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1355C; }
p { color: rgb(209,53,92); }
H1.HeaderClassName
{
color: #D1355C;
}
.AnyTagClassName
{
color: #D1355C;
}
</style>
background-color css
<style>
a { background-color: #D1355C; }
a { background-color: rgb(209,53,92); }
div.DivClassName
{
background-color: #D1355C;
}
.BgClassName
{
background-color: #D1355C;
}
</style>
border-color css
<style>
span { border-color: #D1355C; }
span { border-color: rgb(209,53,92); }
td.TdClassName
{
border-color: #D1355C;
}
.TagClassName
{
border-color: #D1355C;
}
</style>