Shades of Cerise #D53459
Tints of Cerise #D53459
RGB
CMYK
RGB Variations
Color information
#D53459 (or 0xD53459) is known color: Cerise. HEX triplet: D5, 34 and 59. RGB value is (213,52,89). Sum of RGB (Red+Green+Blue) = 213+52+89=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D53459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53459 is #2ACBA6. Grayscale: #686868. Windows color (decimal): -2804647 or 5846229. OLE color: 5846229.
HSL color Cylindrical-coordinate representation of color #D53459: hue angle of 346.21º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53459 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 89 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.16 |
| HSL | 346.21º | 0.66% | 0.52% | - |
| HSV(B) | 346.21º | 0.76% | 0.84% | - |
| XYZ | 30.47 | 17.32 | 11.19 | - |
| YUV | 104.36 | 119.34 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 89 | 0 | 0.76 | 0.58 | 0.16 | 346.21 | 0.66 | 0.52 |
| Hex | D5 | 34 | 59 | 0 | 4C | 3A | 10 | 15A | 42 | 34 |
| Octal | 325 | 64 | 131 | 0 | 114 | 72 | 20 | 532 | 102 | 64 |
| Binary | 11010101 | 110100 | 1011001 | 0 | 1001100 | 111010 | 10000 | 101011010 | 1000010 | 110100 |
Color Harmonies of #D53459
Complementary color
Monochromatic Colors of #D53459
Black with #D53459
Text Example
Text Example
White with #D53459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53459; }
p { color: rgb(213,52,89); }
H1.HeaderClassName
{
color: #D53459;
}
.AnyTagClassName
{
color: #D53459;
}
</style>
background-color css
<style>
a { background-color: #D53459; }
a { background-color: rgb(213,52,89); }
div.DivClassName
{
background-color: #D53459;
}
.BgClassName
{
background-color: #D53459;
}
</style>
border-color css
<style>
span { border-color: #D53459; }
span { border-color: rgb(213,52,89); }
td.TdClassName
{
border-color: #D53459;
}
.TagClassName
{
border-color: #D53459;
}
</style>