Shades of Cerise #D52962
Tints of Cerise #D52962
RGB
CMYK
RGB Variations
Color information
#D52962 (or 0xD52962) is known color: Cerise. HEX triplet: D5, 29 and 62. RGB value is (213,41,98). Sum of RGB (Red+Green+Blue) = 213+41+98=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D52962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52962 is #2AD69D. Grayscale: #626262. Windows color (decimal): -2807454 or 6433237. OLE color: 6433237.
HSL color Cylindrical-coordinate representation of color #D52962: hue angle of 340.12º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52962 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 98 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.16 |
| HSL | 340.12º | 0.68% | 0.5% | - |
| HSV(B) | 340.12º | 0.81% | 0.84% | - |
| XYZ | 30.44 | 16.61 | 13.16 | - |
| YUV | 98.93 | 127.48 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 98 | 0 | 0.81 | 0.54 | 0.16 | 340.12 | 0.68 | 0.5 |
| Hex | D5 | 29 | 62 | 0 | 51 | 36 | 10 | 154 | 44 | 32 |
| Octal | 325 | 51 | 142 | 0 | 121 | 66 | 20 | 524 | 104 | 62 |
| Binary | 11010101 | 101001 | 1100010 | 0 | 1010001 | 110110 | 10000 | 101010100 | 1000100 | 110010 |
Color Harmonies of #D52962
Complementary color
Monochromatic Colors of #D52962
Black with #D52962
Text Example
Text Example
White with #D52962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52962; }
p { color: rgb(213,41,98); }
H1.HeaderClassName
{
color: #D52962;
}
.AnyTagClassName
{
color: #D52962;
}
</style>
background-color css
<style>
a { background-color: #D52962; }
a { background-color: rgb(213,41,98); }
div.DivClassName
{
background-color: #D52962;
}
.BgClassName
{
background-color: #D52962;
}
</style>
border-color css
<style>
span { border-color: #D52962; }
span { border-color: rgb(213,41,98); }
td.TdClassName
{
border-color: #D52962;
}
.TagClassName
{
border-color: #D52962;
}
</style>