Shades of Cerise #D52457
Tints of Cerise #D52457
RGB
CMYK
RGB Variations
Color information
#D52457 (or 0xD52457) is known color: Cerise. HEX triplet: D5, 24 and 57. RGB value is (213,36,87). Sum of RGB (Red+Green+Blue) = 213+36+87=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D52457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52457 is #2ADBA8. Grayscale: #5E5E5E. Windows color (decimal): -2808745 or 5711061. OLE color: 5711061.
HSL color Cylindrical-coordinate representation of color #D52457: hue angle of 342.71º degrees, saturation: 0.71, 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 #D52457 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 87 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.16 |
| HSL | 342.71º | 0.71% | 0.49% | - |
| HSV(B) | 342.71º | 0.83% | 0.84% | - |
| XYZ | 29.79 | 16.1 | 10.55 | - |
| YUV | 94.74 | 123.64 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 87 | 0 | 0.83 | 0.59 | 0.16 | 342.71 | 0.71 | 0.49 |
| Hex | D5 | 24 | 57 | 0 | 53 | 3B | 10 | 157 | 47 | 31 |
| Octal | 325 | 44 | 127 | 0 | 123 | 73 | 20 | 527 | 107 | 61 |
| Binary | 11010101 | 100100 | 1010111 | 0 | 1010011 | 111011 | 10000 | 101010111 | 1000111 | 110001 |
Color Harmonies of #D52457
Complementary color
Monochromatic Colors of #D52457
Black with #D52457
Text Example
Text Example
White with #D52457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52457; }
p { color: rgb(213,36,87); }
H1.HeaderClassName
{
color: #D52457;
}
.AnyTagClassName
{
color: #D52457;
}
</style>
background-color css
<style>
a { background-color: #D52457; }
a { background-color: rgb(213,36,87); }
div.DivClassName
{
background-color: #D52457;
}
.BgClassName
{
background-color: #D52457;
}
</style>
border-color css
<style>
span { border-color: #D52457; }
span { border-color: rgb(213,36,87); }
td.TdClassName
{
border-color: #D52457;
}
.TagClassName
{
border-color: #D52457;
}
</style>