Shades of Cerise #D52F60
Tints of Cerise #D52F60
RGB
CMYK
RGB Variations
Color information
#D52F60 (or 0xD52F60) is known color: Cerise. HEX triplet: D5, 2F and 60. RGB value is (213,47,96). Sum of RGB (Red+Green+Blue) = 213+47+96=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F60 is #2AD09F. Grayscale: #666666. Windows color (decimal): -2805920 or 6303701. OLE color: 6303701.
HSL color Cylindrical-coordinate representation of color #D52F60: hue angle of 342.29º 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 #D52F60 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 96 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.16 |
| HSL | 342.29º | 0.66% | 0.51% | - |
| HSV(B) | 342.29º | 0.78% | 0.84% | - |
| XYZ | 30.57 | 17.02 | 12.74 | - |
| YUV | 102.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 96 | 0 | 0.78 | 0.55 | 0.16 | 342.29 | 0.66 | 0.51 |
| Hex | D5 | 2F | 60 | 0 | 4E | 37 | 10 | 156 | 42 | 33 |
| Octal | 325 | 57 | 140 | 0 | 116 | 67 | 20 | 526 | 102 | 63 |
| Binary | 11010101 | 101111 | 1100000 | 0 | 1001110 | 110111 | 10000 | 101010110 | 1000010 | 110011 |
Color Harmonies of #D52F60
Complementary color
Monochromatic Colors of #D52F60
Black with #D52F60
Text Example
Text Example
White with #D52F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F60; }
p { color: rgb(213,47,96); }
H1.HeaderClassName
{
color: #D52F60;
}
.AnyTagClassName
{
color: #D52F60;
}
</style>
background-color css
<style>
a { background-color: #D52F60; }
a { background-color: rgb(213,47,96); }
div.DivClassName
{
background-color: #D52F60;
}
.BgClassName
{
background-color: #D52F60;
}
</style>
border-color css
<style>
span { border-color: #D52F60; }
span { border-color: rgb(213,47,96); }
td.TdClassName
{
border-color: #D52F60;
}
.TagClassName
{
border-color: #D52F60;
}
</style>