Shades of Cerise #D52F62
Tints of Cerise #D52F62
RGB
CMYK
RGB Variations
Color information
#D52F62 (or 0xD52F62) is known color: Cerise. HEX triplet: D5, 2F and 62. RGB value is (213,47,98). Sum of RGB (Red+Green+Blue) = 213+47+98=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F62 is #2AD09D. Grayscale: #666666. Windows color (decimal): -2805918 or 6434773. OLE color: 6434773.
HSL color Cylindrical-coordinate representation of color #D52F62: hue angle of 341.57º 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 #D52F62 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 98 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.16 |
| HSL | 341.57º | 0.66% | 0.51% | - |
| HSV(B) | 341.57º | 0.78% | 0.84% | - |
| XYZ | 30.66 | 17.06 | 13.23 | - |
| YUV | 102.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 98 | 0 | 0.78 | 0.54 | 0.16 | 341.57 | 0.66 | 0.51 |
| Hex | D5 | 2F | 62 | 0 | 4E | 36 | 10 | 156 | 42 | 33 |
| Octal | 325 | 57 | 142 | 0 | 116 | 66 | 20 | 526 | 102 | 63 |
| Binary | 11010101 | 101111 | 1100010 | 0 | 1001110 | 110110 | 10000 | 101010110 | 1000010 | 110011 |
Color Harmonies of #D52F62
Complementary color
Monochromatic Colors of #D52F62
Black with #D52F62
Text Example
Text Example
White with #D52F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F62; }
p { color: rgb(213,47,98); }
H1.HeaderClassName
{
color: #D52F62;
}
.AnyTagClassName
{
color: #D52F62;
}
</style>
background-color css
<style>
a { background-color: #D52F62; }
a { background-color: rgb(213,47,98); }
div.DivClassName
{
background-color: #D52F62;
}
.BgClassName
{
background-color: #D52F62;
}
</style>
border-color css
<style>
span { border-color: #D52F62; }
span { border-color: rgb(213,47,98); }
td.TdClassName
{
border-color: #D52F62;
}
.TagClassName
{
border-color: #D52F62;
}
</style>