Shades of Cerise #D52E62
Tints of Cerise #D52E62
RGB
CMYK
RGB Variations
Color information
#D52E62 (or 0xD52E62) is known color: Cerise. HEX triplet: D5, 2E and 62. RGB value is (213,46,98). Sum of RGB (Red+Green+Blue) = 213+46+98=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E62 is #2AD19D. Grayscale: #656565. Windows color (decimal): -2806174 or 6434517. OLE color: 6434517.
HSL color Cylindrical-coordinate representation of color #D52E62: hue angle of 341.32º 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 #D52E62 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 98 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.16 |
| HSL | 341.32º | 0.67% | 0.51% | - |
| HSV(B) | 341.32º | 0.78% | 0.84% | - |
| XYZ | 30.62 | 16.98 | 13.22 | - |
| YUV | 101.86 | 125.83 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 98 | 0 | 0.78 | 0.54 | 0.16 | 341.32 | 0.67 | 0.51 |
| Hex | D5 | 2E | 62 | 0 | 4E | 36 | 10 | 155 | 43 | 33 |
| Octal | 325 | 56 | 142 | 0 | 116 | 66 | 20 | 525 | 103 | 63 |
| Binary | 11010101 | 101110 | 1100010 | 0 | 1001110 | 110110 | 10000 | 101010101 | 1000011 | 110011 |
Color Harmonies of #D52E62
Complementary color
Monochromatic Colors of #D52E62
Black with #D52E62
Text Example
Text Example
White with #D52E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E62; }
p { color: rgb(213,46,98); }
H1.HeaderClassName
{
color: #D52E62;
}
.AnyTagClassName
{
color: #D52E62;
}
</style>
background-color css
<style>
a { background-color: #D52E62; }
a { background-color: rgb(213,46,98); }
div.DivClassName
{
background-color: #D52E62;
}
.BgClassName
{
background-color: #D52E62;
}
</style>
border-color css
<style>
span { border-color: #D52E62; }
span { border-color: rgb(213,46,98); }
td.TdClassName
{
border-color: #D52E62;
}
.TagClassName
{
border-color: #D52E62;
}
</style>