Shades of Cerise #D53860
Tints of Cerise #D53860
RGB
CMYK
RGB Variations
Color information
#D53860 (or 0xD53860) is known color: Cerise. HEX triplet: D5, 38 and 60. RGB value is (213,56,96). Sum of RGB (Red+Green+Blue) = 213+56+96=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D53860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53860 is #2AC79F. Grayscale: #6B6B6B. Windows color (decimal): -2803616 or 6306005. OLE color: 6306005.
HSL color Cylindrical-coordinate representation of color #D53860: hue angle of 344.71º 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 #D53860 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 96 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.16 |
| HSL | 344.71º | 0.65% | 0.53% | - |
| HSV(B) | 344.71º | 0.74% | 0.84% | - |
| XYZ | 30.97 | 17.82 | 12.87 | - |
| YUV | 107.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 96 | 0 | 0.74 | 0.55 | 0.16 | 344.71 | 0.65 | 0.53 |
| Hex | D5 | 38 | 60 | 0 | 4A | 37 | 10 | 159 | 41 | 35 |
| Octal | 325 | 70 | 140 | 0 | 112 | 67 | 20 | 531 | 101 | 65 |
| Binary | 11010101 | 111000 | 1100000 | 0 | 1001010 | 110111 | 10000 | 101011001 | 1000001 | 110101 |
Color Harmonies of #D53860
Complementary color
Monochromatic Colors of #D53860
Black with #D53860
Text Example
Text Example
White with #D53860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53860; }
p { color: rgb(213,56,96); }
H1.HeaderClassName
{
color: #D53860;
}
.AnyTagClassName
{
color: #D53860;
}
</style>
background-color css
<style>
a { background-color: #D53860; }
a { background-color: rgb(213,56,96); }
div.DivClassName
{
background-color: #D53860;
}
.BgClassName
{
background-color: #D53860;
}
</style>
border-color css
<style>
span { border-color: #D53860; }
span { border-color: rgb(213,56,96); }
td.TdClassName
{
border-color: #D53860;
}
.TagClassName
{
border-color: #D53860;
}
</style>