Shades of Cerise #D72F60
Tints of Cerise #D72F60
RGB
CMYK
RGB Variations
Color information
#D72F60 (or 0xD72F60) is known color: Cerise. HEX triplet: D7, 2F and 60. RGB value is (215,47,96). Sum of RGB (Red+Green+Blue) = 215+47+96=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72F60 is #28D09F. Grayscale: #666666. Windows color (decimal): -2674848 or 6303703. OLE color: 6303703.
HSL color Cylindrical-coordinate representation of color #D72F60: hue angle of 342.5º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D72F60 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 96 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.16 |
| HSL | 342.5º | 0.68% | 0.51% | - |
| HSV(B) | 342.5º | 0.78% | 0.84% | - |
| XYZ | 31.15 | 17.32 | 12.77 | - |
| YUV | 102.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 96 | 0 | 0.78 | 0.55 | 0.16 | 342.5 | 0.68 | 0.51 |
| Hex | D7 | 2F | 60 | 0 | 4E | 37 | 10 | 156 | 44 | 33 |
| Octal | 327 | 57 | 140 | 0 | 116 | 67 | 20 | 526 | 104 | 63 |
| Binary | 11010111 | 101111 | 1100000 | 0 | 1001110 | 110111 | 10000 | 101010110 | 1000100 | 110011 |
Color Harmonies of #D72F60
Complementary color
Monochromatic Colors of #D72F60
Black with #D72F60
Text Example
Text Example
White with #D72F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F60; }
p { color: rgb(215,47,96); }
H1.HeaderClassName
{
color: #D72F60;
}
.AnyTagClassName
{
color: #D72F60;
}
</style>
background-color css
<style>
a { background-color: #D72F60; }
a { background-color: rgb(215,47,96); }
div.DivClassName
{
background-color: #D72F60;
}
.BgClassName
{
background-color: #D72F60;
}
</style>
border-color css
<style>
span { border-color: #D72F60; }
span { border-color: rgb(215,47,96); }
td.TdClassName
{
border-color: #D72F60;
}
.TagClassName
{
border-color: #D72F60;
}
</style>