Shades of Cerise #D53455
Tints of Cerise #D53455
RGB
CMYK
RGB Variations
Color information
#D53455 (or 0xD53455) is known color: Cerise. HEX triplet: D5, 34 and 55. RGB value is (213,52,85). Sum of RGB (Red+Green+Blue) = 213+52+85=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D53455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53455 is #2ACBAA. Grayscale: #676767. Windows color (decimal): -2804651 or 5584085. OLE color: 5584085.
HSL color Cylindrical-coordinate representation of color #D53455: hue angle of 347.7º 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 #D53455 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 85 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.16 |
| HSL | 347.7º | 0.66% | 0.52% | - |
| HSV(B) | 347.7º | 0.76% | 0.84% | - |
| XYZ | 30.31 | 17.26 | 10.33 | - |
| YUV | 103.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 85 | 0 | 0.76 | 0.60 | 0.16 | 347.7 | 0.66 | 0.52 |
| Hex | D5 | 34 | 55 | 0 | 4C | 3C | 10 | 15C | 42 | 34 |
| Octal | 325 | 64 | 125 | 0 | 114 | 74 | 20 | 534 | 102 | 64 |
| Binary | 11010101 | 110100 | 1010101 | 0 | 1001100 | 111100 | 10000 | 101011100 | 1000010 | 110100 |
Color Harmonies of #D53455
Complementary color
Monochromatic Colors of #D53455
Black with #D53455
Text Example
Text Example
White with #D53455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53455; }
p { color: rgb(213,52,85); }
H1.HeaderClassName
{
color: #D53455;
}
.AnyTagClassName
{
color: #D53455;
}
</style>
background-color css
<style>
a { background-color: #D53455; }
a { background-color: rgb(213,52,85); }
div.DivClassName
{
background-color: #D53455;
}
.BgClassName
{
background-color: #D53455;
}
</style>
border-color css
<style>
span { border-color: #D53455; }
span { border-color: rgb(213,52,85); }
td.TdClassName
{
border-color: #D53455;
}
.TagClassName
{
border-color: #D53455;
}
</style>