Shades of Cerise #D72672
Tints of Cerise #D72672
RGB
CMYK
RGB Variations
Color information
#D72672 (or 0xD72672) is known color: Cerise. HEX triplet: D7, 26 and 72. RGB value is (215,38,114). Sum of RGB (Red+Green+Blue) = 215+38+114=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D72672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72672 is #28D98D. Grayscale: #636363. Windows color (decimal): -2677134 or 7481047. OLE color: 7481047.
HSL color Cylindrical-coordinate representation of color #D72672: hue angle of 334.24º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72672 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 114 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.16 |
| HSL | 334.24º | 0.7% | 0.5% | - |
| HSV(B) | 334.24º | 0.82% | 0.84% | - |
| XYZ | 31.75 | 17.05 | 17.54 | - |
| YUV | 99.59 | 136.14 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 114 | 0 | 0.82 | 0.47 | 0.16 | 334.24 | 0.7 | 0.5 |
| Hex | D7 | 26 | 72 | 0 | 52 | 2F | 10 | 14E | 46 | 32 |
| Octal | 327 | 46 | 162 | 0 | 122 | 57 | 20 | 516 | 106 | 62 |
| Binary | 11010111 | 100110 | 1110010 | 0 | 1010010 | 101111 | 10000 | 101001110 | 1000110 | 110010 |
Color Harmonies of #D72672
Complementary color
Monochromatic Colors of #D72672
Black with #D72672
Text Example
Text Example
White with #D72672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72672; }
p { color: rgb(215,38,114); }
H1.HeaderClassName
{
color: #D72672;
}
.AnyTagClassName
{
color: #D72672;
}
</style>
background-color css
<style>
a { background-color: #D72672; }
a { background-color: rgb(215,38,114); }
div.DivClassName
{
background-color: #D72672;
}
.BgClassName
{
background-color: #D72672;
}
</style>
border-color css
<style>
span { border-color: #D72672; }
span { border-color: rgb(215,38,114); }
td.TdClassName
{
border-color: #D72672;
}
.TagClassName
{
border-color: #D72672;
}
</style>