Shades of Cerise #D52858
Tints of Cerise #D52858
RGB
CMYK
RGB Variations
Color information
#D52858 (or 0xD52858) is known color: Cerise. HEX triplet: D5, 28 and 58. RGB value is (213,40,88). Sum of RGB (Red+Green+Blue) = 213+40+88=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D52858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52858 is #2AD7A7. Grayscale: #616161. Windows color (decimal): -2807720 or 5777621. OLE color: 5777621.
HSL color Cylindrical-coordinate representation of color #D52858: hue angle of 343.35º 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 #D52858 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 88 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.16 |
| HSL | 343.35º | 0.68% | 0.5% | - |
| HSV(B) | 343.35º | 0.81% | 0.84% | - |
| XYZ | 29.96 | 16.37 | 10.81 | - |
| YUV | 97.2 | 122.81 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 88 | 0 | 0.81 | 0.59 | 0.16 | 343.35 | 0.68 | 0.5 |
| Hex | D5 | 28 | 58 | 0 | 51 | 3B | 10 | 157 | 44 | 32 |
| Octal | 325 | 50 | 130 | 0 | 121 | 73 | 20 | 527 | 104 | 62 |
| Binary | 11010101 | 101000 | 1011000 | 0 | 1010001 | 111011 | 10000 | 101010111 | 1000100 | 110010 |
Color Harmonies of #D52858
Complementary color
Monochromatic Colors of #D52858
Black with #D52858
Text Example
Text Example
White with #D52858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52858; }
p { color: rgb(213,40,88); }
H1.HeaderClassName
{
color: #D52858;
}
.AnyTagClassName
{
color: #D52858;
}
</style>
background-color css
<style>
a { background-color: #D52858; }
a { background-color: rgb(213,40,88); }
div.DivClassName
{
background-color: #D52858;
}
.BgClassName
{
background-color: #D52858;
}
</style>
border-color css
<style>
span { border-color: #D52858; }
span { border-color: rgb(213,40,88); }
td.TdClassName
{
border-color: #D52858;
}
.TagClassName
{
border-color: #D52858;
}
</style>