Shades of Cerise #D53E5A
Tints of Cerise #D53E5A
RGB
CMYK
RGB Variations
Color information
#D53E5A (or 0xD53E5A) is known color: Cerise. HEX triplet: D5, 3E and 5A. RGB value is (213,62,90). Sum of RGB (Red+Green+Blue) = 213+62+90=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E5A is #2AC1A5. Grayscale: #6E6E6E. Windows color (decimal): -2802086 or 5914325. OLE color: 5914325.
HSL color Cylindrical-coordinate representation of color #D53E5A: hue angle of 348.87º 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 #D53E5A is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 90 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.16 |
| HSL | 348.87º | 0.64% | 0.54% | - |
| HSV(B) | 348.87º | 0.71% | 0.84% | - |
| XYZ | 31.01 | 18.33 | 11.58 | - |
| YUV | 110.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 90 | 0 | 0.71 | 0.58 | 0.16 | 348.87 | 0.64 | 0.54 |
| Hex | D5 | 3E | 5A | 0 | 47 | 3A | 10 | 15D | 40 | 36 |
| Octal | 325 | 76 | 132 | 0 | 107 | 72 | 20 | 535 | 100 | 66 |
| Binary | 11010101 | 111110 | 1011010 | 0 | 1000111 | 111010 | 10000 | 101011101 | 1000000 | 110110 |
Color Harmonies of #D53E5A
Complementary color
Monochromatic Colors of #D53E5A
Black with #D53E5A
Text Example
Text Example
White with #D53E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53E5A; }
p { color: rgb(213,62,90); }
H1.HeaderClassName
{
color: #D53E5A;
}
.AnyTagClassName
{
color: #D53E5A;
}
</style>
background-color css
<style>
a { background-color: #D53E5A; }
a { background-color: rgb(213,62,90); }
div.DivClassName
{
background-color: #D53E5A;
}
.BgClassName
{
background-color: #D53E5A;
}
</style>
border-color css
<style>
span { border-color: #D53E5A; }
span { border-color: rgb(213,62,90); }
td.TdClassName
{
border-color: #D53E5A;
}
.TagClassName
{
border-color: #D53E5A;
}
</style>