Shades of Cerise #D53956
Tints of Cerise #D53956
RGB
CMYK
RGB Variations
Color information
#D53956 (or 0xD53956) is known color: Cerise. HEX triplet: D5, 39 and 56. RGB value is (213,57,86). Sum of RGB (Red+Green+Blue) = 213+57+86=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D53956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53956 is #2AC6A9. Grayscale: #6A6A6A. Windows color (decimal): -2803370 or 5650901. OLE color: 5650901.
HSL color Cylindrical-coordinate representation of color #D53956: hue angle of 348.85º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53956 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 86 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.16 |
| HSL | 348.85º | 0.65% | 0.53% | - |
| HSV(B) | 348.85º | 0.73% | 0.84% | - |
| XYZ | 30.58 | 17.74 | 10.62 | - |
| YUV | 106.95 | 116.18 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 86 | 0 | 0.73 | 0.60 | 0.16 | 348.85 | 0.65 | 0.53 |
| Hex | D5 | 39 | 56 | 0 | 49 | 3C | 10 | 15D | 41 | 35 |
| Octal | 325 | 71 | 126 | 0 | 111 | 74 | 20 | 535 | 101 | 65 |
| Binary | 11010101 | 111001 | 1010110 | 0 | 1001001 | 111100 | 10000 | 101011101 | 1000001 | 110101 |
Color Harmonies of #D53956
Complementary color
Monochromatic Colors of #D53956
Black with #D53956
Text Example
Text Example
White with #D53956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53956; }
p { color: rgb(213,57,86); }
H1.HeaderClassName
{
color: #D53956;
}
.AnyTagClassName
{
color: #D53956;
}
</style>
background-color css
<style>
a { background-color: #D53956; }
a { background-color: rgb(213,57,86); }
div.DivClassName
{
background-color: #D53956;
}
.BgClassName
{
background-color: #D53956;
}
</style>
border-color css
<style>
span { border-color: #D53956; }
span { border-color: rgb(213,57,86); }
td.TdClassName
{
border-color: #D53956;
}
.TagClassName
{
border-color: #D53956;
}
</style>