Shades of Cerise #D72560
Tints of Cerise #D72560
RGB
CMYK
RGB Variations
Color information
#D72560 (or 0xD72560) is known color: Cerise. HEX triplet: D7, 25 and 60. RGB value is (215,37,96). Sum of RGB (Red+Green+Blue) = 215+37+96=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D72560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72560 is #28DA9F. Grayscale: #606060. Windows color (decimal): -2677408 or 6301143. OLE color: 6301143.
HSL color Cylindrical-coordinate representation of color #D72560: hue angle of 340.11º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72560 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 96 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.16 |
| HSL | 340.11º | 0.71% | 0.49% | - |
| HSV(B) | 340.11º | 0.83% | 0.84% | - |
| XYZ | 30.8 | 16.61 | 12.65 | - |
| YUV | 96.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 96 | 0 | 0.83 | 0.55 | 0.16 | 340.11 | 0.71 | 0.49 |
| Hex | D7 | 25 | 60 | 0 | 53 | 37 | 10 | 154 | 47 | 31 |
| Octal | 327 | 45 | 140 | 0 | 123 | 67 | 20 | 524 | 107 | 61 |
| Binary | 11010111 | 100101 | 1100000 | 0 | 1010011 | 110111 | 10000 | 101010100 | 1000111 | 110001 |
Color Harmonies of #D72560
Complementary color
Monochromatic Colors of #D72560
Black with #D72560
Text Example
Text Example
White with #D72560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72560; }
p { color: rgb(215,37,96); }
H1.HeaderClassName
{
color: #D72560;
}
.AnyTagClassName
{
color: #D72560;
}
</style>
background-color css
<style>
a { background-color: #D72560; }
a { background-color: rgb(215,37,96); }
div.DivClassName
{
background-color: #D72560;
}
.BgClassName
{
background-color: #D72560;
}
</style>
border-color css
<style>
span { border-color: #D72560; }
span { border-color: rgb(215,37,96); }
td.TdClassName
{
border-color: #D72560;
}
.TagClassName
{
border-color: #D72560;
}
</style>