Shades of Cerise #D72C72
Tints of Cerise #D72C72
RGB
CMYK
RGB Variations
Color information
#D72C72 (or 0xD72C72) is known color: Cerise. HEX triplet: D7, 2C and 72. RGB value is (215,44,114). Sum of RGB (Red+Green+Blue) = 215+44+114=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C72 is #28D38D. Grayscale: #676767. Windows color (decimal): -2675598 or 7482583. OLE color: 7482583.
HSL color Cylindrical-coordinate representation of color #D72C72: hue angle of 335.44º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72C72 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 114 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.16 |
| HSL | 335.44º | 0.68% | 0.51% | - |
| HSV(B) | 335.44º | 0.8% | 0.84% | - |
| XYZ | 31.96 | 17.46 | 17.61 | - |
| YUV | 103.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 114 | 0 | 0.80 | 0.47 | 0.16 | 335.44 | 0.68 | 0.51 |
| Hex | D7 | 2C | 72 | 0 | 50 | 2F | 10 | 14F | 44 | 33 |
| Octal | 327 | 54 | 162 | 0 | 120 | 57 | 20 | 517 | 104 | 63 |
| Binary | 11010111 | 101100 | 1110010 | 0 | 1010000 | 101111 | 10000 | 101001111 | 1000100 | 110011 |
Color Harmonies of #D72C72
Complementary color
Monochromatic Colors of #D72C72
Black with #D72C72
Text Example
Text Example
White with #D72C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C72; }
p { color: rgb(215,44,114); }
H1.HeaderClassName
{
color: #D72C72;
}
.AnyTagClassName
{
color: #D72C72;
}
</style>
background-color css
<style>
a { background-color: #D72C72; }
a { background-color: rgb(215,44,114); }
div.DivClassName
{
background-color: #D72C72;
}
.BgClassName
{
background-color: #D72C72;
}
</style>
border-color css
<style>
span { border-color: #D72C72; }
span { border-color: rgb(215,44,114); }
td.TdClassName
{
border-color: #D72C72;
}
.TagClassName
{
border-color: #D72C72;
}
</style>