Shades of Cerise #D52E5C
Tints of Cerise #D52E5C
RGB
CMYK
RGB Variations
Color information
#D52E5C (or 0xD52E5C) is known color: Cerise. HEX triplet: D5, 2E and 5C. RGB value is (213,46,92). Sum of RGB (Red+Green+Blue) = 213+46+92=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E5C is #2AD1A3. Grayscale: #656565. Windows color (decimal): -2806180 or 6041301. OLE color: 6041301.
HSL color Cylindrical-coordinate representation of color #D52E5C: hue angle of 343.47º degrees, saturation: 0.67, 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 #D52E5C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 92 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.16 |
| HSL | 343.47º | 0.67% | 0.51% | - |
| HSV(B) | 343.47º | 0.78% | 0.84% | - |
| XYZ | 30.35 | 16.87 | 11.78 | - |
| YUV | 101.18 | 122.83 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 92 | 0 | 0.78 | 0.57 | 0.16 | 343.47 | 0.67 | 0.51 |
| Hex | D5 | 2E | 5C | 0 | 4E | 39 | 10 | 157 | 43 | 33 |
| Octal | 325 | 56 | 134 | 0 | 116 | 71 | 20 | 527 | 103 | 63 |
| Binary | 11010101 | 101110 | 1011100 | 0 | 1001110 | 111001 | 10000 | 101010111 | 1000011 | 110011 |
Color Harmonies of #D52E5C
Complementary color
Monochromatic Colors of #D52E5C
Black with #D52E5C
Text Example
Text Example
White with #D52E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E5C; }
p { color: rgb(213,46,92); }
H1.HeaderClassName
{
color: #D52E5C;
}
.AnyTagClassName
{
color: #D52E5C;
}
</style>
background-color css
<style>
a { background-color: #D52E5C; }
a { background-color: rgb(213,46,92); }
div.DivClassName
{
background-color: #D52E5C;
}
.BgClassName
{
background-color: #D52E5C;
}
</style>
border-color css
<style>
span { border-color: #D52E5C; }
span { border-color: rgb(213,46,92); }
td.TdClassName
{
border-color: #D52E5C;
}
.TagClassName
{
border-color: #D52E5C;
}
</style>