Shades of Cerise #D72C5D
Tints of Cerise #D72C5D
RGB
CMYK
RGB Variations
Color information
#D72C5D (or 0xD72C5D) is known color: Cerise. HEX triplet: D7, 2C and 5D. RGB value is (215,44,93). Sum of RGB (Red+Green+Blue) = 215+44+93=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C5D is #28D3A2. Grayscale: #646464. Windows color (decimal): -2675619 or 6106327. OLE color: 6106327.
HSL color Cylindrical-coordinate representation of color #D72C5D: hue angle of 342.81º 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 #D72C5D is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 93 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.16 |
| HSL | 342.81º | 0.68% | 0.51% | - |
| HSV(B) | 342.81º | 0.8% | 0.84% | - |
| XYZ | 30.9 | 17.04 | 12.02 | - |
| YUV | 100.72 | 123.65 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 93 | 0 | 0.80 | 0.57 | 0.16 | 342.81 | 0.68 | 0.51 |
| Hex | D7 | 2C | 5D | 0 | 50 | 39 | 10 | 157 | 44 | 33 |
| Octal | 327 | 54 | 135 | 0 | 120 | 71 | 20 | 527 | 104 | 63 |
| Binary | 11010111 | 101100 | 1011101 | 0 | 1010000 | 111001 | 10000 | 101010111 | 1000100 | 110011 |
Color Harmonies of #D72C5D
Complementary color
Monochromatic Colors of #D72C5D
Black with #D72C5D
Text Example
Text Example
White with #D72C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C5D; }
p { color: rgb(215,44,93); }
H1.HeaderClassName
{
color: #D72C5D;
}
.AnyTagClassName
{
color: #D72C5D;
}
</style>
background-color css
<style>
a { background-color: #D72C5D; }
a { background-color: rgb(215,44,93); }
div.DivClassName
{
background-color: #D72C5D;
}
.BgClassName
{
background-color: #D72C5D;
}
</style>
border-color css
<style>
span { border-color: #D72C5D; }
span { border-color: rgb(215,44,93); }
td.TdClassName
{
border-color: #D72C5D;
}
.TagClassName
{
border-color: #D72C5D;
}
</style>