Shades of Cerise #D52959
Tints of Cerise #D52959
RGB
CMYK
RGB Variations
Color information
#D52959 (or 0xD52959) is known color: Cerise. HEX triplet: D5, 29 and 59. RGB value is (213,41,89). Sum of RGB (Red+Green+Blue) = 213+41+89=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D52959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52959 is #2AD6A6. Grayscale: #616161. Windows color (decimal): -2807463 or 5843413. OLE color: 5843413.
HSL color Cylindrical-coordinate representation of color #D52959: hue angle of 343.26º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52959 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 89 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.16 |
| HSL | 343.26º | 0.68% | 0.5% | - |
| HSV(B) | 343.26º | 0.81% | 0.84% | - |
| XYZ | 30.04 | 16.45 | 11.04 | - |
| YUV | 97.9 | 122.98 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 89 | 0 | 0.81 | 0.58 | 0.16 | 343.26 | 0.68 | 0.5 |
| Hex | D5 | 29 | 59 | 0 | 51 | 3A | 10 | 157 | 44 | 32 |
| Octal | 325 | 51 | 131 | 0 | 121 | 72 | 20 | 527 | 104 | 62 |
| Binary | 11010101 | 101001 | 1011001 | 0 | 1010001 | 111010 | 10000 | 101010111 | 1000100 | 110010 |
Color Harmonies of #D52959
Complementary color
Monochromatic Colors of #D52959
Black with #D52959
Text Example
Text Example
White with #D52959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52959; }
p { color: rgb(213,41,89); }
H1.HeaderClassName
{
color: #D52959;
}
.AnyTagClassName
{
color: #D52959;
}
</style>
background-color css
<style>
a { background-color: #D52959; }
a { background-color: rgb(213,41,89); }
div.DivClassName
{
background-color: #D52959;
}
.BgClassName
{
background-color: #D52959;
}
</style>
border-color css
<style>
span { border-color: #D52959; }
span { border-color: rgb(213,41,89); }
td.TdClassName
{
border-color: #D52959;
}
.TagClassName
{
border-color: #D52959;
}
</style>