Shades of Cerise #D72C70
Tints of Cerise #D72C70
RGB
CMYK
RGB Variations
Color information
#D72C70 (or 0xD72C70) is known color: Cerise. HEX triplet: D7, 2C and 70. RGB value is (215,44,112). Sum of RGB (Red+Green+Blue) = 215+44+112=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C70 is #28D38F. Grayscale: #666666. Windows color (decimal): -2675600 or 7351511. OLE color: 7351511.
HSL color Cylindrical-coordinate representation of color #D72C70: hue angle of 336.14º 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 #D72C70 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 112 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.16 |
| HSL | 336.14º | 0.68% | 0.51% | - |
| HSV(B) | 336.14º | 0.8% | 0.84% | - |
| XYZ | 31.85 | 17.42 | 17.01 | - |
| YUV | 102.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 112 | 0 | 0.80 | 0.48 | 0.16 | 336.14 | 0.68 | 0.51 |
| Hex | D7 | 2C | 70 | 0 | 50 | 30 | 10 | 150 | 44 | 33 |
| Octal | 327 | 54 | 160 | 0 | 120 | 60 | 20 | 520 | 104 | 63 |
| Binary | 11010111 | 101100 | 1110000 | 0 | 1010000 | 110000 | 10000 | 101010000 | 1000100 | 110011 |
Color Harmonies of #D72C70
Complementary color
Monochromatic Colors of #D72C70
Black with #D72C70
Text Example
Text Example
White with #D72C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C70; }
p { color: rgb(215,44,112); }
H1.HeaderClassName
{
color: #D72C70;
}
.AnyTagClassName
{
color: #D72C70;
}
</style>
background-color css
<style>
a { background-color: #D72C70; }
a { background-color: rgb(215,44,112); }
div.DivClassName
{
background-color: #D72C70;
}
.BgClassName
{
background-color: #D72C70;
}
</style>
border-color css
<style>
span { border-color: #D72C70; }
span { border-color: rgb(215,44,112); }
td.TdClassName
{
border-color: #D72C70;
}
.TagClassName
{
border-color: #D72C70;
}
</style>