Shades of Cerise #D72D5C
Tints of Cerise #D72D5C
RGB
CMYK
RGB Variations
Color information
#D72D5C (or 0xD72D5C) is known color: Cerise. HEX triplet: D7, 2D and 5C. RGB value is (215,45,92). Sum of RGB (Red+Green+Blue) = 215+45+92=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72D5C is #28D2A3. Grayscale: #656565. Windows color (decimal): -2675364 or 6041047. OLE color: 6041047.
HSL color Cylindrical-coordinate representation of color #D72D5C: hue angle of 343.41º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72D5C is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 92 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.16 |
| HSL | 343.41º | 0.68% | 0.51% | - |
| HSV(B) | 343.41º | 0.79% | 0.84% | - |
| XYZ | 30.89 | 17.1 | 11.8 | - |
| YUV | 101.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 92 | 0 | 0.79 | 0.57 | 0.16 | 343.41 | 0.68 | 0.51 |
| Hex | D7 | 2D | 5C | 0 | 4F | 39 | 10 | 157 | 44 | 33 |
| Octal | 327 | 55 | 134 | 0 | 117 | 71 | 20 | 527 | 104 | 63 |
| Binary | 11010111 | 101101 | 1011100 | 0 | 1001111 | 111001 | 10000 | 101010111 | 1000100 | 110011 |
Color Harmonies of #D72D5C
Complementary color
Monochromatic Colors of #D72D5C
Black with #D72D5C
Text Example
Text Example
White with #D72D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72D5C; }
p { color: rgb(215,45,92); }
H1.HeaderClassName
{
color: #D72D5C;
}
.AnyTagClassName
{
color: #D72D5C;
}
</style>
background-color css
<style>
a { background-color: #D72D5C; }
a { background-color: rgb(215,45,92); }
div.DivClassName
{
background-color: #D72D5C;
}
.BgClassName
{
background-color: #D72D5C;
}
</style>
border-color css
<style>
span { border-color: #D72D5C; }
span { border-color: rgb(215,45,92); }
td.TdClassName
{
border-color: #D72D5C;
}
.TagClassName
{
border-color: #D72D5C;
}
</style>