Shades of Cerise #D53A5E
Tints of Cerise #D53A5E
RGB
CMYK
RGB Variations
Color information
#D53A5E (or 0xD53A5E) is known color: Cerise. HEX triplet: D5, 3A and 5E. RGB value is (213,58,94). Sum of RGB (Red+Green+Blue) = 213+58+94=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53A5E is #2AC5A1. Grayscale: #6C6C6C. Windows color (decimal): -2803106 or 6175445. OLE color: 6175445.
HSL color Cylindrical-coordinate representation of color #D53A5E: hue angle of 346.06º 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 #D53A5E is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 94 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.16 |
| HSL | 346.06º | 0.65% | 0.53% | - |
| HSV(B) | 346.06º | 0.73% | 0.84% | - |
| XYZ | 30.97 | 17.98 | 12.43 | - |
| YUV | 108.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 94 | 0 | 0.73 | 0.56 | 0.16 | 346.06 | 0.65 | 0.53 |
| Hex | D5 | 3A | 5E | 0 | 49 | 38 | 10 | 15A | 41 | 35 |
| Octal | 325 | 72 | 136 | 0 | 111 | 70 | 20 | 532 | 101 | 65 |
| Binary | 11010101 | 111010 | 1011110 | 0 | 1001001 | 111000 | 10000 | 101011010 | 1000001 | 110101 |
Color Harmonies of #D53A5E
Complementary color
Monochromatic Colors of #D53A5E
Black with #D53A5E
Text Example
Text Example
White with #D53A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53A5E; }
p { color: rgb(213,58,94); }
H1.HeaderClassName
{
color: #D53A5E;
}
.AnyTagClassName
{
color: #D53A5E;
}
</style>
background-color css
<style>
a { background-color: #D53A5E; }
a { background-color: rgb(213,58,94); }
div.DivClassName
{
background-color: #D53A5E;
}
.BgClassName
{
background-color: #D53A5E;
}
</style>
border-color css
<style>
span { border-color: #D53A5E; }
span { border-color: rgb(213,58,94); }
td.TdClassName
{
border-color: #D53A5E;
}
.TagClassName
{
border-color: #D53A5E;
}
</style>