Shades of Cerise #D53756
Tints of Cerise #D53756
RGB
CMYK
RGB Variations
Color information
#D53756 (or 0xD53756) is known color: Cerise. HEX triplet: D5, 37 and 56. RGB value is (213,55,86). Sum of RGB (Red+Green+Blue) = 213+55+86=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D53756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53756 is #2AC8A9. Grayscale: #696969. Windows color (decimal): -2803882 or 5650389. OLE color: 5650389.
HSL color Cylindrical-coordinate representation of color #D53756: hue angle of 348.23º 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 #D53756 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 86 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.16 |
| HSL | 348.23º | 0.65% | 0.53% | - |
| HSV(B) | 348.23º | 0.74% | 0.84% | - |
| XYZ | 30.49 | 17.55 | 10.58 | - |
| YUV | 105.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 86 | 0 | 0.74 | 0.60 | 0.16 | 348.23 | 0.65 | 0.53 |
| Hex | D5 | 37 | 56 | 0 | 4A | 3C | 10 | 15C | 41 | 35 |
| Octal | 325 | 67 | 126 | 0 | 112 | 74 | 20 | 534 | 101 | 65 |
| Binary | 11010101 | 110111 | 1010110 | 0 | 1001010 | 111100 | 10000 | 101011100 | 1000001 | 110101 |
Color Harmonies of #D53756
Complementary color
Monochromatic Colors of #D53756
Black with #D53756
Text Example
Text Example
White with #D53756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53756; }
p { color: rgb(213,55,86); }
H1.HeaderClassName
{
color: #D53756;
}
.AnyTagClassName
{
color: #D53756;
}
</style>
background-color css
<style>
a { background-color: #D53756; }
a { background-color: rgb(213,55,86); }
div.DivClassName
{
background-color: #D53756;
}
.BgClassName
{
background-color: #D53756;
}
</style>
border-color css
<style>
span { border-color: #D53756; }
span { border-color: rgb(213,55,86); }
td.TdClassName
{
border-color: #D53756;
}
.TagClassName
{
border-color: #D53756;
}
</style>