Shades of Cerise #D53559
Tints of Cerise #D53559
RGB
CMYK
RGB Variations
Color information
#D53559 (or 0xD53559) is known color: Cerise. HEX triplet: D5, 35 and 59. RGB value is (213,53,89). Sum of RGB (Red+Green+Blue) = 213+53+89=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D53559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53559 is #2ACAA6. Grayscale: #686868. Windows color (decimal): -2804391 or 5846485. OLE color: 5846485.
HSL color Cylindrical-coordinate representation of color #D53559: hue angle of 346.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53559 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 89 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.16 |
| HSL | 346.5º | 0.66% | 0.52% | - |
| HSV(B) | 346.5º | 0.75% | 0.84% | - |
| XYZ | 30.52 | 17.41 | 11.2 | - |
| YUV | 104.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 89 | 0 | 0.75 | 0.58 | 0.16 | 346.5 | 0.66 | 0.52 |
| Hex | D5 | 35 | 59 | 0 | 4B | 3A | 10 | 15A | 42 | 34 |
| Octal | 325 | 65 | 131 | 0 | 113 | 72 | 20 | 532 | 102 | 64 |
| Binary | 11010101 | 110101 | 1011001 | 0 | 1001011 | 111010 | 10000 | 101011010 | 1000010 | 110100 |
Color Harmonies of #D53559
Complementary color
Monochromatic Colors of #D53559
Black with #D53559
Text Example
Text Example
White with #D53559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53559; }
p { color: rgb(213,53,89); }
H1.HeaderClassName
{
color: #D53559;
}
.AnyTagClassName
{
color: #D53559;
}
</style>
background-color css
<style>
a { background-color: #D53559; }
a { background-color: rgb(213,53,89); }
div.DivClassName
{
background-color: #D53559;
}
.BgClassName
{
background-color: #D53559;
}
</style>
border-color css
<style>
span { border-color: #D53559; }
span { border-color: rgb(213,53,89); }
td.TdClassName
{
border-color: #D53559;
}
.TagClassName
{
border-color: #D53559;
}
</style>