Shades of Cerise #D72A72
Tints of Cerise #D72A72
RGB
CMYK
RGB Variations
Color information
#D72A72 (or 0xD72A72) is known color: Cerise. HEX triplet: D7, 2A and 72. RGB value is (215,42,114). Sum of RGB (Red+Green+Blue) = 215+42+114=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A72 is #28D58D. Grayscale: #656565. Windows color (decimal): -2676110 or 7482071. OLE color: 7482071.
HSL color Cylindrical-coordinate representation of color #D72A72: hue angle of 335.03º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A72 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 114 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.16 |
| HSL | 335.03º | 0.68% | 0.5% | - |
| HSV(B) | 335.03º | 0.8% | 0.84% | - |
| XYZ | 31.89 | 17.32 | 17.58 | - |
| YUV | 101.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 114 | 0 | 0.80 | 0.47 | 0.16 | 335.03 | 0.68 | 0.5 |
| Hex | D7 | 2A | 72 | 0 | 50 | 2F | 10 | 14F | 44 | 32 |
| Octal | 327 | 52 | 162 | 0 | 120 | 57 | 20 | 517 | 104 | 62 |
| Binary | 11010111 | 101010 | 1110010 | 0 | 1010000 | 101111 | 10000 | 101001111 | 1000100 | 110010 |
Color Harmonies of #D72A72
Complementary color
Monochromatic Colors of #D72A72
Black with #D72A72
Text Example
Text Example
White with #D72A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A72; }
p { color: rgb(215,42,114); }
H1.HeaderClassName
{
color: #D72A72;
}
.AnyTagClassName
{
color: #D72A72;
}
</style>
background-color css
<style>
a { background-color: #D72A72; }
a { background-color: rgb(215,42,114); }
div.DivClassName
{
background-color: #D72A72;
}
.BgClassName
{
background-color: #D72A72;
}
</style>
border-color css
<style>
span { border-color: #D72A72; }
span { border-color: rgb(215,42,114); }
td.TdClassName
{
border-color: #D72A72;
}
.TagClassName
{
border-color: #D72A72;
}
</style>