Shades of Cerise #D53958
Tints of Cerise #D53958
RGB
CMYK
RGB Variations
Color information
#D53958 (or 0xD53958) is known color: Cerise. HEX triplet: D5, 39 and 58. RGB value is (213,57,88). Sum of RGB (Red+Green+Blue) = 213+57+88=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D53958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53958 is #2AC6A7. Grayscale: #6B6B6B. Windows color (decimal): -2803368 or 5781973. OLE color: 5781973.
HSL color Cylindrical-coordinate representation of color #D53958: hue angle of 348.08º 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 #D53958 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 88 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.16 |
| HSL | 348.08º | 0.65% | 0.53% | - |
| HSV(B) | 348.08º | 0.73% | 0.84% | - |
| XYZ | 30.67 | 17.78 | 11.05 | - |
| YUV | 107.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 88 | 0 | 0.73 | 0.59 | 0.16 | 348.08 | 0.65 | 0.53 |
| Hex | D5 | 39 | 58 | 0 | 49 | 3B | 10 | 15C | 41 | 35 |
| Octal | 325 | 71 | 130 | 0 | 111 | 73 | 20 | 534 | 101 | 65 |
| Binary | 11010101 | 111001 | 1011000 | 0 | 1001001 | 111011 | 10000 | 101011100 | 1000001 | 110101 |
Color Harmonies of #D53958
Complementary color
Monochromatic Colors of #D53958
Black with #D53958
Text Example
Text Example
White with #D53958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53958; }
p { color: rgb(213,57,88); }
H1.HeaderClassName
{
color: #D53958;
}
.AnyTagClassName
{
color: #D53958;
}
</style>
background-color css
<style>
a { background-color: #D53958; }
a { background-color: rgb(213,57,88); }
div.DivClassName
{
background-color: #D53958;
}
.BgClassName
{
background-color: #D53958;
}
</style>
border-color css
<style>
span { border-color: #D53958; }
span { border-color: rgb(213,57,88); }
td.TdClassName
{
border-color: #D53958;
}
.TagClassName
{
border-color: #D53958;
}
</style>