Shades of Cerise #D53758
Tints of Cerise #D53758
RGB
CMYK
RGB Variations
Color information
#D53758 (or 0xD53758) is known color: Cerise. HEX triplet: D5, 37 and 58. RGB value is (213,55,88). Sum of RGB (Red+Green+Blue) = 213+55+88=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D53758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53758 is #2AC8A7. Grayscale: #6A6A6A. Windows color (decimal): -2803880 or 5781461. OLE color: 5781461.
HSL color Cylindrical-coordinate representation of color #D53758: hue angle of 347.47º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53758 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 88 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.16 |
| HSL | 347.47º | 0.65% | 0.53% | - |
| HSV(B) | 347.47º | 0.74% | 0.84% | - |
| XYZ | 30.57 | 17.58 | 11.02 | - |
| YUV | 106 | 117.85 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 88 | 0 | 0.74 | 0.59 | 0.16 | 347.47 | 0.65 | 0.53 |
| Hex | D5 | 37 | 58 | 0 | 4A | 3B | 10 | 15B | 41 | 35 |
| Octal | 325 | 67 | 130 | 0 | 112 | 73 | 20 | 533 | 101 | 65 |
| Binary | 11010101 | 110111 | 1011000 | 0 | 1001010 | 111011 | 10000 | 101011011 | 1000001 | 110101 |
Color Harmonies of #D53758
Complementary color
Monochromatic Colors of #D53758
Black with #D53758
Text Example
Text Example
White with #D53758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53758; }
p { color: rgb(213,55,88); }
H1.HeaderClassName
{
color: #D53758;
}
.AnyTagClassName
{
color: #D53758;
}
</style>
background-color css
<style>
a { background-color: #D53758; }
a { background-color: rgb(213,55,88); }
div.DivClassName
{
background-color: #D53758;
}
.BgClassName
{
background-color: #D53758;
}
</style>
border-color css
<style>
span { border-color: #D53758; }
span { border-color: rgb(213,55,88); }
td.TdClassName
{
border-color: #D53758;
}
.TagClassName
{
border-color: #D53758;
}
</style>