Shades of Cerise #D52359
Tints of Cerise #D52359
RGB
CMYK
RGB Variations
Color information
#D52359 (or 0xD52359) is known color: Cerise. HEX triplet: D5, 23 and 59. RGB value is (213,35,89). Sum of RGB (Red+Green+Blue) = 213+35+89=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D52359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52359 is #2ADCA6. Grayscale: #5E5E5E. Windows color (decimal): -2808999 or 5841877. OLE color: 5841877.
HSL color Cylindrical-coordinate representation of color #D52359: hue angle of 341.8º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52359 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 89 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.16 |
| HSL | 341.8º | 0.72% | 0.49% | - |
| HSV(B) | 341.8º | 0.84% | 0.84% | - |
| XYZ | 29.84 | 16.07 | 10.98 | - |
| YUV | 94.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 89 | 0 | 0.84 | 0.58 | 0.16 | 341.8 | 0.72 | 0.49 |
| Hex | D5 | 23 | 59 | 0 | 54 | 3A | 10 | 156 | 48 | 31 |
| Octal | 325 | 43 | 131 | 0 | 124 | 72 | 20 | 526 | 110 | 61 |
| Binary | 11010101 | 100011 | 1011001 | 0 | 1010100 | 111010 | 10000 | 101010110 | 1001000 | 110001 |
Color Harmonies of #D52359
Complementary color
Monochromatic Colors of #D52359
Black with #D52359
Text Example
Text Example
White with #D52359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52359; }
p { color: rgb(213,35,89); }
H1.HeaderClassName
{
color: #D52359;
}
.AnyTagClassName
{
color: #D52359;
}
</style>
background-color css
<style>
a { background-color: #D52359; }
a { background-color: rgb(213,35,89); }
div.DivClassName
{
background-color: #D52359;
}
.BgClassName
{
background-color: #D52359;
}
</style>
border-color css
<style>
span { border-color: #D52359; }
span { border-color: rgb(213,35,89); }
td.TdClassName
{
border-color: #D52359;
}
.TagClassName
{
border-color: #D52359;
}
</style>