Shades of Cerise #D52862
Tints of Cerise #D52862
RGB
CMYK
RGB Variations
Color information
#D52862 (or 0xD52862) is known color: Cerise. HEX triplet: D5, 28 and 62. RGB value is (213,40,98). Sum of RGB (Red+Green+Blue) = 213+40+98=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D52862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52862 is #2AD79D. Grayscale: #626262. Windows color (decimal): -2807710 or 6432981. OLE color: 6432981.
HSL color Cylindrical-coordinate representation of color #D52862: hue angle of 339.88º 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 #D52862 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 98 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.16 |
| HSL | 339.88º | 0.68% | 0.5% | - |
| HSV(B) | 339.88º | 0.81% | 0.84% | - |
| XYZ | 30.4 | 16.55 | 13.15 | - |
| YUV | 98.34 | 127.81 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 98 | 0 | 0.81 | 0.54 | 0.16 | 339.88 | 0.68 | 0.5 |
| Hex | D5 | 28 | 62 | 0 | 51 | 36 | 10 | 154 | 44 | 32 |
| Octal | 325 | 50 | 142 | 0 | 121 | 66 | 20 | 524 | 104 | 62 |
| Binary | 11010101 | 101000 | 1100010 | 0 | 1010001 | 110110 | 10000 | 101010100 | 1000100 | 110010 |
Color Harmonies of #D52862
Complementary color
Monochromatic Colors of #D52862
Black with #D52862
Text Example
Text Example
White with #D52862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52862; }
p { color: rgb(213,40,98); }
H1.HeaderClassName
{
color: #D52862;
}
.AnyTagClassName
{
color: #D52862;
}
</style>
background-color css
<style>
a { background-color: #D52862; }
a { background-color: rgb(213,40,98); }
div.DivClassName
{
background-color: #D52862;
}
.BgClassName
{
background-color: #D52862;
}
</style>
border-color css
<style>
span { border-color: #D52862; }
span { border-color: rgb(213,40,98); }
td.TdClassName
{
border-color: #D52862;
}
.TagClassName
{
border-color: #D52862;
}
</style>