Shades of Cerise #D52557
Tints of Cerise #D52557
RGB
CMYK
RGB Variations
Color information
#D52557 (or 0xD52557) is known color: Cerise. HEX triplet: D5, 25 and 57. RGB value is (213,37,87). Sum of RGB (Red+Green+Blue) = 213+37+87=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D52557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52557 is #2ADAA8. Grayscale: #5F5F5F. Windows color (decimal): -2808489 or 5711317. OLE color: 5711317.
HSL color Cylindrical-coordinate representation of color #D52557: hue angle of 342.95º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52557 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 87 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.16 |
| HSL | 342.95º | 0.7% | 0.49% | - |
| HSV(B) | 342.95º | 0.83% | 0.84% | - |
| XYZ | 29.82 | 16.16 | 10.56 | - |
| YUV | 95.32 | 123.31 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 87 | 0 | 0.83 | 0.59 | 0.16 | 342.95 | 0.7 | 0.49 |
| Hex | D5 | 25 | 57 | 0 | 53 | 3B | 10 | 157 | 46 | 31 |
| Octal | 325 | 45 | 127 | 0 | 123 | 73 | 20 | 527 | 106 | 61 |
| Binary | 11010101 | 100101 | 1010111 | 0 | 1010011 | 111011 | 10000 | 101010111 | 1000110 | 110001 |
Color Harmonies of #D52557
Complementary color
Monochromatic Colors of #D52557
Black with #D52557
Text Example
Text Example
White with #D52557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52557; }
p { color: rgb(213,37,87); }
H1.HeaderClassName
{
color: #D52557;
}
.AnyTagClassName
{
color: #D52557;
}
</style>
background-color css
<style>
a { background-color: #D52557; }
a { background-color: rgb(213,37,87); }
div.DivClassName
{
background-color: #D52557;
}
.BgClassName
{
background-color: #D52557;
}
</style>
border-color css
<style>
span { border-color: #D52557; }
span { border-color: rgb(213,37,87); }
td.TdClassName
{
border-color: #D52557;
}
.TagClassName
{
border-color: #D52557;
}
</style>