Shades of Cerise #D52F5C
Tints of Cerise #D52F5C
RGB
CMYK
RGB Variations
Color information
#D52F5C (or 0xD52F5C) is known color: Cerise. HEX triplet: D5, 2F and 5C. RGB value is (213,47,92). Sum of RGB (Red+Green+Blue) = 213+47+92=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F5C is #2AD0A3. Grayscale: #656565. Windows color (decimal): -2805924 or 6041557. OLE color: 6041557.
HSL color Cylindrical-coordinate representation of color #D52F5C: hue angle of 343.73º 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 #D52F5C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 92 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.16 |
| HSL | 343.73º | 0.66% | 0.51% | - |
| HSV(B) | 343.73º | 0.78% | 0.84% | - |
| XYZ | 30.39 | 16.95 | 11.8 | - |
| YUV | 101.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 92 | 0 | 0.78 | 0.57 | 0.16 | 343.73 | 0.66 | 0.51 |
| Hex | D5 | 2F | 5C | 0 | 4E | 39 | 10 | 158 | 42 | 33 |
| Octal | 325 | 57 | 134 | 0 | 116 | 71 | 20 | 530 | 102 | 63 |
| Binary | 11010101 | 101111 | 1011100 | 0 | 1001110 | 111001 | 10000 | 101011000 | 1000010 | 110011 |
Color Harmonies of #D52F5C
Complementary color
Monochromatic Colors of #D52F5C
Black with #D52F5C
Text Example
Text Example
White with #D52F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F5C; }
p { color: rgb(213,47,92); }
H1.HeaderClassName
{
color: #D52F5C;
}
.AnyTagClassName
{
color: #D52F5C;
}
</style>
background-color css
<style>
a { background-color: #D52F5C; }
a { background-color: rgb(213,47,92); }
div.DivClassName
{
background-color: #D52F5C;
}
.BgClassName
{
background-color: #D52F5C;
}
</style>
border-color css
<style>
span { border-color: #D52F5C; }
span { border-color: rgb(213,47,92); }
td.TdClassName
{
border-color: #D52F5C;
}
.TagClassName
{
border-color: #D52F5C;
}
</style>