Shades of Cerise #D52F58
Tints of Cerise #D52F58
RGB
CMYK
RGB Variations
Color information
#D52F58 (or 0xD52F58) is known color: Cerise. HEX triplet: D5, 2F and 58. RGB value is (213,47,88). Sum of RGB (Red+Green+Blue) = 213+47+88=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F58 is #2AD0A7. Grayscale: #656565. Windows color (decimal): -2805928 or 5779413. OLE color: 5779413.
HSL color Cylindrical-coordinate representation of color #D52F58: hue angle of 345.18º degrees, saturation: 0.66, 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 #D52F58 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 88 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.16 |
| HSL | 345.18º | 0.66% | 0.51% | - |
| HSV(B) | 345.18º | 0.78% | 0.84% | - |
| XYZ | 30.22 | 16.88 | 10.9 | - |
| YUV | 101.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 88 | 0 | 0.78 | 0.59 | 0.16 | 345.18 | 0.66 | 0.51 |
| Hex | D5 | 2F | 58 | 0 | 4E | 3B | 10 | 159 | 42 | 33 |
| Octal | 325 | 57 | 130 | 0 | 116 | 73 | 20 | 531 | 102 | 63 |
| Binary | 11010101 | 101111 | 1011000 | 0 | 1001110 | 111011 | 10000 | 101011001 | 1000010 | 110011 |
Color Harmonies of #D52F58
Complementary color
Monochromatic Colors of #D52F58
Black with #D52F58
Text Example
Text Example
White with #D52F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F58; }
p { color: rgb(213,47,88); }
H1.HeaderClassName
{
color: #D52F58;
}
.AnyTagClassName
{
color: #D52F58;
}
</style>
background-color css
<style>
a { background-color: #D52F58; }
a { background-color: rgb(213,47,88); }
div.DivClassName
{
background-color: #D52F58;
}
.BgClassName
{
background-color: #D52F58;
}
</style>
border-color css
<style>
span { border-color: #D52F58; }
span { border-color: rgb(213,47,88); }
td.TdClassName
{
border-color: #D52F58;
}
.TagClassName
{
border-color: #D52F58;
}
</style>