Shades of Cerise #D53D5E
Tints of Cerise #D53D5E
RGB
CMYK
RGB Variations
Color information
#D53D5E (or 0xD53D5E) is known color: Cerise. HEX triplet: D5, 3D and 5E. RGB value is (213,61,94). Sum of RGB (Red+Green+Blue) = 213+61+94=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D5E is #2AC2A1. Grayscale: #6E6E6E. Windows color (decimal): -2802338 or 6176213. OLE color: 6176213.
HSL color Cylindrical-coordinate representation of color #D53D5E: hue angle of 346.97º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53D5E is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 94 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.16 |
| HSL | 346.97º | 0.64% | 0.54% | - |
| HSV(B) | 346.97º | 0.71% | 0.84% | - |
| XYZ | 31.13 | 18.29 | 12.48 | - |
| YUV | 110.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 94 | 0 | 0.71 | 0.56 | 0.16 | 346.97 | 0.64 | 0.54 |
| Hex | D5 | 3D | 5E | 0 | 47 | 38 | 10 | 15B | 40 | 36 |
| Octal | 325 | 75 | 136 | 0 | 107 | 70 | 20 | 533 | 100 | 66 |
| Binary | 11010101 | 111101 | 1011110 | 0 | 1000111 | 111000 | 10000 | 101011011 | 1000000 | 110110 |
Color Harmonies of #D53D5E
Complementary color
Monochromatic Colors of #D53D5E
Black with #D53D5E
Text Example
Text Example
White with #D53D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D5E; }
p { color: rgb(213,61,94); }
H1.HeaderClassName
{
color: #D53D5E;
}
.AnyTagClassName
{
color: #D53D5E;
}
</style>
background-color css
<style>
a { background-color: #D53D5E; }
a { background-color: rgb(213,61,94); }
div.DivClassName
{
background-color: #D53D5E;
}
.BgClassName
{
background-color: #D53D5E;
}
</style>
border-color css
<style>
span { border-color: #D53D5E; }
span { border-color: rgb(213,61,94); }
td.TdClassName
{
border-color: #D53D5E;
}
.TagClassName
{
border-color: #D53D5E;
}
</style>