Shades of Cerise #D73560
Tints of Cerise #D73560
RGB
CMYK
RGB Variations
Color information
#D73560 (or 0xD73560) is known color: Cerise. HEX triplet: D7, 35 and 60. RGB value is (215,53,96). Sum of RGB (Red+Green+Blue) = 215+53+96=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D73560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73560 is #28CA9F. Grayscale: #6A6A6A. Windows color (decimal): -2673312 or 6305239. OLE color: 6305239.
HSL color Cylindrical-coordinate representation of color #D73560: hue angle of 344.07º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73560 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 96 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.16 |
| HSL | 344.07º | 0.67% | 0.53% | - |
| HSV(B) | 344.07º | 0.75% | 0.84% | - |
| XYZ | 31.41 | 17.84 | 12.85 | - |
| YUV | 106.34 | 122.17 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 96 | 0 | 0.75 | 0.55 | 0.16 | 344.07 | 0.67 | 0.53 |
| Hex | D7 | 35 | 60 | 0 | 4B | 37 | 10 | 158 | 43 | 35 |
| Octal | 327 | 65 | 140 | 0 | 113 | 67 | 20 | 530 | 103 | 65 |
| Binary | 11010111 | 110101 | 1100000 | 0 | 1001011 | 110111 | 10000 | 101011000 | 1000011 | 110101 |
Color Harmonies of #D73560
Complementary color
Monochromatic Colors of #D73560
Black with #D73560
Text Example
Text Example
White with #D73560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73560; }
p { color: rgb(215,53,96); }
H1.HeaderClassName
{
color: #D73560;
}
.AnyTagClassName
{
color: #D73560;
}
</style>
background-color css
<style>
a { background-color: #D73560; }
a { background-color: rgb(215,53,96); }
div.DivClassName
{
background-color: #D73560;
}
.BgClassName
{
background-color: #D73560;
}
</style>
border-color css
<style>
span { border-color: #D73560; }
span { border-color: rgb(215,53,96); }
td.TdClassName
{
border-color: #D73560;
}
.TagClassName
{
border-color: #D73560;
}
</style>