Shades of Cerise #D53760
Tints of Cerise #D53760
RGB
CMYK
RGB Variations
Color information
#D53760 (or 0xD53760) is known color: Cerise. HEX triplet: D5, 37 and 60. RGB value is (213,55,96). Sum of RGB (Red+Green+Blue) = 213+55+96=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D53760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53760 is #2AC89F. Grayscale: #6A6A6A. Windows color (decimal): -2803872 or 6305749. OLE color: 6305749.
HSL color Cylindrical-coordinate representation of color #D53760: hue angle of 344.43º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53760 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 96 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.16 |
| HSL | 344.43º | 0.65% | 0.53% | - |
| HSV(B) | 344.43º | 0.74% | 0.84% | - |
| XYZ | 30.92 | 17.72 | 12.86 | - |
| YUV | 106.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 96 | 0 | 0.74 | 0.55 | 0.16 | 344.43 | 0.65 | 0.53 |
| Hex | D5 | 37 | 60 | 0 | 4A | 37 | 10 | 158 | 41 | 35 |
| Octal | 325 | 67 | 140 | 0 | 112 | 67 | 20 | 530 | 101 | 65 |
| Binary | 11010101 | 110111 | 1100000 | 0 | 1001010 | 110111 | 10000 | 101011000 | 1000001 | 110101 |
Color Harmonies of #D53760
Complementary color
Monochromatic Colors of #D53760
Black with #D53760
Text Example
Text Example
White with #D53760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53760; }
p { color: rgb(213,55,96); }
H1.HeaderClassName
{
color: #D53760;
}
.AnyTagClassName
{
color: #D53760;
}
</style>
background-color css
<style>
a { background-color: #D53760; }
a { background-color: rgb(213,55,96); }
div.DivClassName
{
background-color: #D53760;
}
.BgClassName
{
background-color: #D53760;
}
</style>
border-color css
<style>
span { border-color: #D53760; }
span { border-color: rgb(213,55,96); }
td.TdClassName
{
border-color: #D53760;
}
.TagClassName
{
border-color: #D53760;
}
</style>