Shades of Cerise #D52E73
Tints of Cerise #D52E73
RGB
CMYK
RGB Variations
Color information
#D52E73 (or 0xD52E73) is known color: Cerise. HEX triplet: D5, 2E and 73. RGB value is (213,46,115). Sum of RGB (Red+Green+Blue) = 213+46+115=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E73 is #2AD18C. Grayscale: #676767. Windows color (decimal): -2806157 or 7548629. OLE color: 7548629.
HSL color Cylindrical-coordinate representation of color #D52E73: hue angle of 335.21º 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 #D52E73 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 115 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.16 |
| HSL | 335.21º | 0.67% | 0.51% | - |
| HSV(B) | 335.21º | 0.78% | 0.84% | - |
| XYZ | 31.51 | 17.34 | 17.91 | - |
| YUV | 103.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 115 | 0 | 0.78 | 0.46 | 0.16 | 335.21 | 0.67 | 0.51 |
| Hex | D5 | 2E | 73 | 0 | 4E | 2E | 10 | 14F | 43 | 33 |
| Octal | 325 | 56 | 163 | 0 | 116 | 56 | 20 | 517 | 103 | 63 |
| Binary | 11010101 | 101110 | 1110011 | 0 | 1001110 | 101110 | 10000 | 101001111 | 1000011 | 110011 |
Color Harmonies of #D52E73
Complementary color
Monochromatic Colors of #D52E73
Black with #D52E73
Text Example
Text Example
White with #D52E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E73; }
p { color: rgb(213,46,115); }
H1.HeaderClassName
{
color: #D52E73;
}
.AnyTagClassName
{
color: #D52E73;
}
</style>
background-color css
<style>
a { background-color: #D52E73; }
a { background-color: rgb(213,46,115); }
div.DivClassName
{
background-color: #D52E73;
}
.BgClassName
{
background-color: #D52E73;
}
</style>
border-color css
<style>
span { border-color: #D52E73; }
span { border-color: rgb(213,46,115); }
td.TdClassName
{
border-color: #D52E73;
}
.TagClassName
{
border-color: #D52E73;
}
</style>