Shades of Cerise #D54060
Tints of Cerise #D54060
RGB
CMYK
RGB Variations
Color information
#D54060 (or 0xD54060) is known color: Cerise. HEX triplet: D5, 40 and 60. RGB value is (213,64,96). Sum of RGB (Red+Green+Blue) = 213+64+96=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D54060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54060 is #2ABF9F. Grayscale: #707070. Windows color (decimal): -2801568 or 6308053. OLE color: 6308053.
HSL color Cylindrical-coordinate representation of color #D54060: hue angle of 347.11º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54060 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 96 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.16 |
| HSL | 347.11º | 0.64% | 0.54% | - |
| HSV(B) | 347.11º | 0.7% | 0.84% | - |
| XYZ | 31.39 | 18.66 | 13.01 | - |
| YUV | 112.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 96 | 0 | 0.70 | 0.55 | 0.16 | 347.11 | 0.64 | 0.54 |
| Hex | D5 | 40 | 60 | 0 | 46 | 37 | 10 | 15B | 40 | 36 |
| Octal | 325 | 100 | 140 | 0 | 106 | 67 | 20 | 533 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1100000 | 0 | 1000110 | 110111 | 10000 | 101011011 | 1000000 | 110110 |
Color Harmonies of #D54060
Complementary color
Monochromatic Colors of #D54060
Black with #D54060
Text Example
Text Example
White with #D54060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54060; }
p { color: rgb(213,64,96); }
H1.HeaderClassName
{
color: #D54060;
}
.AnyTagClassName
{
color: #D54060;
}
</style>
background-color css
<style>
a { background-color: #D54060; }
a { background-color: rgb(213,64,96); }
div.DivClassName
{
background-color: #D54060;
}
.BgClassName
{
background-color: #D54060;
}
</style>
border-color css
<style>
span { border-color: #D54060; }
span { border-color: rgb(213,64,96); }
td.TdClassName
{
border-color: #D54060;
}
.TagClassName
{
border-color: #D54060;
}
</style>