Shades of Cerise #D52259
Tints of Cerise #D52259
RGB
CMYK
RGB Variations
Color information
#D52259 (or 0xD52259) is known color: Cerise. HEX triplet: D5, 22 and 59. RGB value is (213,34,89). Sum of RGB (Red+Green+Blue) = 213+34+89=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D52259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52259 is #2ADDA6. Grayscale: #5D5D5D. Windows color (decimal): -2809255 or 5841621. OLE color: 5841621.
HSL color Cylindrical-coordinate representation of color #D52259: hue angle of 341.56º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52259 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 89 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.16 |
| HSL | 341.56º | 0.72% | 0.48% | - |
| HSV(B) | 341.56º | 0.84% | 0.84% | - |
| XYZ | 29.82 | 16.01 | 10.97 | - |
| YUV | 93.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 89 | 0 | 0.84 | 0.58 | 0.16 | 341.56 | 0.72 | 0.48 |
| Hex | D5 | 22 | 59 | 0 | 54 | 3A | 10 | 156 | 48 | 30 |
| Octal | 325 | 42 | 131 | 0 | 124 | 72 | 20 | 526 | 110 | 60 |
| Binary | 11010101 | 100010 | 1011001 | 0 | 1010100 | 111010 | 10000 | 101010110 | 1001000 | 110000 |
Color Harmonies of #D52259
Complementary color
Monochromatic Colors of #D52259
Black with #D52259
Text Example
Text Example
White with #D52259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52259; }
p { color: rgb(213,34,89); }
H1.HeaderClassName
{
color: #D52259;
}
.AnyTagClassName
{
color: #D52259;
}
</style>
background-color css
<style>
a { background-color: #D52259; }
a { background-color: rgb(213,34,89); }
div.DivClassName
{
background-color: #D52259;
}
.BgClassName
{
background-color: #D52259;
}
</style>
border-color css
<style>
span { border-color: #D52259; }
span { border-color: rgb(213,34,89); }
td.TdClassName
{
border-color: #D52259;
}
.TagClassName
{
border-color: #D52259;
}
</style>