Shades of Cerise #D53C55
Tints of Cerise #D53C55
RGB
CMYK
RGB Variations
Color information
#D53C55 (or 0xD53C55) is known color: Cerise. HEX triplet: D5, 3C and 55. RGB value is (213,60,85). Sum of RGB (Red+Green+Blue) = 213+60+85=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53C55 is #2AC3AA. Grayscale: #6C6C6C. Windows color (decimal): -2802603 or 5586133. OLE color: 5586133.
HSL color Cylindrical-coordinate representation of color #D53C55: hue angle of 350.2º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53C55 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 85 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.16 |
| HSL | 350.2º | 0.65% | 0.54% | - |
| HSV(B) | 350.2º | 0.72% | 0.84% | - |
| XYZ | 30.7 | 18.03 | 10.46 | - |
| YUV | 108.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 85 | 0 | 0.72 | 0.60 | 0.16 | 350.2 | 0.65 | 0.54 |
| Hex | D5 | 3C | 55 | 0 | 48 | 3C | 10 | 15E | 41 | 36 |
| Octal | 325 | 74 | 125 | 0 | 110 | 74 | 20 | 536 | 101 | 66 |
| Binary | 11010101 | 111100 | 1010101 | 0 | 1001000 | 111100 | 10000 | 101011110 | 1000001 | 110110 |
Color Harmonies of #D53C55
Complementary color
Monochromatic Colors of #D53C55
Black with #D53C55
Text Example
Text Example
White with #D53C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53C55; }
p { color: rgb(213,60,85); }
H1.HeaderClassName
{
color: #D53C55;
}
.AnyTagClassName
{
color: #D53C55;
}
</style>
background-color css
<style>
a { background-color: #D53C55; }
a { background-color: rgb(213,60,85); }
div.DivClassName
{
background-color: #D53C55;
}
.BgClassName
{
background-color: #D53C55;
}
</style>
border-color css
<style>
span { border-color: #D53C55; }
span { border-color: rgb(213,60,85); }
td.TdClassName
{
border-color: #D53C55;
}
.TagClassName
{
border-color: #D53C55;
}
</style>