Shades of Cerise #D72F68
Tints of Cerise #D72F68
RGB
CMYK
RGB Variations
Color information
#D72F68 (or 0xD72F68) is known color: Cerise. HEX triplet: D7, 2F and 68. RGB value is (215,47,104). Sum of RGB (Red+Green+Blue) = 215+47+104=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72F68 is #28D097. Grayscale: #676767. Windows color (decimal): -2674840 or 6827991. OLE color: 6827991.
HSL color Cylindrical-coordinate representation of color #D72F68: hue angle of 339.64º 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 #D72F68 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 104 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.16 |
| HSL | 339.64º | 0.68% | 0.51% | - |
| HSV(B) | 339.64º | 0.78% | 0.84% | - |
| XYZ | 31.54 | 17.48 | 14.81 | - |
| YUV | 103.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 104 | 0 | 0.78 | 0.52 | 0.16 | 339.64 | 0.68 | 0.51 |
| Hex | D7 | 2F | 68 | 0 | 4E | 34 | 10 | 154 | 44 | 33 |
| Octal | 327 | 57 | 150 | 0 | 116 | 64 | 20 | 524 | 104 | 63 |
| Binary | 11010111 | 101111 | 1101000 | 0 | 1001110 | 110100 | 10000 | 101010100 | 1000100 | 110011 |
Color Harmonies of #D72F68
Complementary color
Monochromatic Colors of #D72F68
Black with #D72F68
Text Example
Text Example
White with #D72F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F68; }
p { color: rgb(215,47,104); }
H1.HeaderClassName
{
color: #D72F68;
}
.AnyTagClassName
{
color: #D72F68;
}
</style>
background-color css
<style>
a { background-color: #D72F68; }
a { background-color: rgb(215,47,104); }
div.DivClassName
{
background-color: #D72F68;
}
.BgClassName
{
background-color: #D72F68;
}
</style>
border-color css
<style>
span { border-color: #D72F68; }
span { border-color: rgb(215,47,104); }
td.TdClassName
{
border-color: #D72F68;
}
.TagClassName
{
border-color: #D72F68;
}
</style>