Shades of Cerise #D53957
Tints of Cerise #D53957
RGB
CMYK
RGB Variations
Color information
#D53957 (or 0xD53957) is known color: Cerise. HEX triplet: D5, 39 and 57. RGB value is (213,57,87). Sum of RGB (Red+Green+Blue) = 213+57+87=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D53957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53957 is #2AC6A8. Grayscale: #6B6B6B. Windows color (decimal): -2803369 or 5716437. OLE color: 5716437.
HSL color Cylindrical-coordinate representation of color #D53957: hue angle of 348.46º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53957 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 87 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.16 |
| HSL | 348.46º | 0.65% | 0.53% | - |
| HSV(B) | 348.46º | 0.73% | 0.84% | - |
| XYZ | 30.62 | 17.76 | 10.83 | - |
| YUV | 107.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 87 | 0 | 0.73 | 0.59 | 0.16 | 348.46 | 0.65 | 0.53 |
| Hex | D5 | 39 | 57 | 0 | 49 | 3B | 10 | 15C | 41 | 35 |
| Octal | 325 | 71 | 127 | 0 | 111 | 73 | 20 | 534 | 101 | 65 |
| Binary | 11010101 | 111001 | 1010111 | 0 | 1001001 | 111011 | 10000 | 101011100 | 1000001 | 110101 |
Color Harmonies of #D53957
Complementary color
Monochromatic Colors of #D53957
Black with #D53957
Text Example
Text Example
White with #D53957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53957; }
p { color: rgb(213,57,87); }
H1.HeaderClassName
{
color: #D53957;
}
.AnyTagClassName
{
color: #D53957;
}
</style>
background-color css
<style>
a { background-color: #D53957; }
a { background-color: rgb(213,57,87); }
div.DivClassName
{
background-color: #D53957;
}
.BgClassName
{
background-color: #D53957;
}
</style>
border-color css
<style>
span { border-color: #D53957; }
span { border-color: rgb(213,57,87); }
td.TdClassName
{
border-color: #D53957;
}
.TagClassName
{
border-color: #D53957;
}
</style>