Shades of Cerise #D52E57
Tints of Cerise #D52E57
RGB
CMYK
RGB Variations
Color information
#D52E57 (or 0xD52E57) is known color: Cerise. HEX triplet: D5, 2E and 57. RGB value is (213,46,87). Sum of RGB (Red+Green+Blue) = 213+46+87=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E57 is #2AD1A8. Grayscale: #646464. Windows color (decimal): -2806185 or 5713621. OLE color: 5713621.
HSL color Cylindrical-coordinate representation of color #D52E57: hue angle of 345.27º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E57 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 87 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.16 |
| HSL | 345.27º | 0.67% | 0.51% | - |
| HSV(B) | 345.27º | 0.78% | 0.84% | - |
| XYZ | 30.14 | 16.79 | 10.67 | - |
| YUV | 100.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 87 | 0 | 0.78 | 0.59 | 0.16 | 345.27 | 0.67 | 0.51 |
| Hex | D5 | 2E | 57 | 0 | 4E | 3B | 10 | 159 | 43 | 33 |
| Octal | 325 | 56 | 127 | 0 | 116 | 73 | 20 | 531 | 103 | 63 |
| Binary | 11010101 | 101110 | 1010111 | 0 | 1001110 | 111011 | 10000 | 101011001 | 1000011 | 110011 |
Color Harmonies of #D52E57
Complementary color
Monochromatic Colors of #D52E57
Black with #D52E57
Text Example
Text Example
White with #D52E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E57; }
p { color: rgb(213,46,87); }
H1.HeaderClassName
{
color: #D52E57;
}
.AnyTagClassName
{
color: #D52E57;
}
</style>
background-color css
<style>
a { background-color: #D52E57; }
a { background-color: rgb(213,46,87); }
div.DivClassName
{
background-color: #D52E57;
}
.BgClassName
{
background-color: #D52E57;
}
</style>
border-color css
<style>
span { border-color: #D52E57; }
span { border-color: rgb(213,46,87); }
td.TdClassName
{
border-color: #D52E57;
}
.TagClassName
{
border-color: #D52E57;
}
</style>