Shades of Cerise #D53456
Tints of Cerise #D53456
RGB
CMYK
RGB Variations
Color information
#D53456 (or 0xD53456) is known color: Cerise. HEX triplet: D5, 34 and 56. RGB value is (213,52,86). Sum of RGB (Red+Green+Blue) = 213+52+86=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D53456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53456 is #2ACBA9. Grayscale: #686868. Windows color (decimal): -2804650 or 5649621. OLE color: 5649621.
HSL color Cylindrical-coordinate representation of color #D53456: hue angle of 347.33º 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 #D53456 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 86 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.16 |
| HSL | 347.33º | 0.66% | 0.52% | - |
| HSV(B) | 347.33º | 0.76% | 0.84% | - |
| XYZ | 30.35 | 17.27 | 10.54 | - |
| YUV | 104.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 86 | 0 | 0.76 | 0.60 | 0.16 | 347.33 | 0.66 | 0.52 |
| Hex | D5 | 34 | 56 | 0 | 4C | 3C | 10 | 15B | 42 | 34 |
| Octal | 325 | 64 | 126 | 0 | 114 | 74 | 20 | 533 | 102 | 64 |
| Binary | 11010101 | 110100 | 1010110 | 0 | 1001100 | 111100 | 10000 | 101011011 | 1000010 | 110100 |
Color Harmonies of #D53456
Complementary color
Monochromatic Colors of #D53456
Black with #D53456
Text Example
Text Example
White with #D53456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53456; }
p { color: rgb(213,52,86); }
H1.HeaderClassName
{
color: #D53456;
}
.AnyTagClassName
{
color: #D53456;
}
</style>
background-color css
<style>
a { background-color: #D53456; }
a { background-color: rgb(213,52,86); }
div.DivClassName
{
background-color: #D53456;
}
.BgClassName
{
background-color: #D53456;
}
</style>
border-color css
<style>
span { border-color: #D53456; }
span { border-color: rgb(213,52,86); }
td.TdClassName
{
border-color: #D53456;
}
.TagClassName
{
border-color: #D53456;
}
</style>