Shades of Cerise #D53D59
Tints of Cerise #D53D59
RGB
CMYK
RGB Variations
Color information
#D53D59 (or 0xD53D59) is known color: Cerise. HEX triplet: D5, 3D and 59. RGB value is (213,61,89). Sum of RGB (Red+Green+Blue) = 213+61+89=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D59 is #2AC2A6. Grayscale: #6D6D6D. Windows color (decimal): -2802343 or 5848533. OLE color: 5848533.
HSL color Cylindrical-coordinate representation of color #D53D59: hue angle of 348.95º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53D59 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 89 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.16 |
| HSL | 348.95º | 0.64% | 0.54% | - |
| HSV(B) | 348.95º | 0.71% | 0.84% | - |
| XYZ | 30.91 | 18.2 | 11.34 | - |
| YUV | 109.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 89 | 0 | 0.71 | 0.58 | 0.16 | 348.95 | 0.64 | 0.54 |
| Hex | D5 | 3D | 59 | 0 | 47 | 3A | 10 | 15D | 40 | 36 |
| Octal | 325 | 75 | 131 | 0 | 107 | 72 | 20 | 535 | 100 | 66 |
| Binary | 11010101 | 111101 | 1011001 | 0 | 1000111 | 111010 | 10000 | 101011101 | 1000000 | 110110 |
Color Harmonies of #D53D59
Complementary color
Monochromatic Colors of #D53D59
Black with #D53D59
Text Example
Text Example
White with #D53D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D59; }
p { color: rgb(213,61,89); }
H1.HeaderClassName
{
color: #D53D59;
}
.AnyTagClassName
{
color: #D53D59;
}
</style>
background-color css
<style>
a { background-color: #D53D59; }
a { background-color: rgb(213,61,89); }
div.DivClassName
{
background-color: #D53D59;
}
.BgClassName
{
background-color: #D53D59;
}
</style>
border-color css
<style>
span { border-color: #D53D59; }
span { border-color: rgb(213,61,89); }
td.TdClassName
{
border-color: #D53D59;
}
.TagClassName
{
border-color: #D53D59;
}
</style>