Shades of Cerise #D72E5D
Tints of Cerise #D72E5D
RGB
CMYK
RGB Variations
Color information
#D72E5D (or 0xD72E5D) is known color: Cerise. HEX triplet: D7, 2E and 5D. RGB value is (215,46,93). Sum of RGB (Red+Green+Blue) = 215+46+93=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72E5D is #28D1A2. Grayscale: #656565. Windows color (decimal): -2675107 or 6106839. OLE color: 6106839.
HSL color Cylindrical-coordinate representation of color #D72E5D: hue angle of 343.31º 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 #D72E5D is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 93 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.16 |
| HSL | 343.31º | 0.68% | 0.51% | - |
| HSV(B) | 343.31º | 0.79% | 0.84% | - |
| XYZ | 30.98 | 17.19 | 12.04 | - |
| YUV | 101.89 | 122.99 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 93 | 0 | 0.79 | 0.57 | 0.16 | 343.31 | 0.68 | 0.51 |
| Hex | D7 | 2E | 5D | 0 | 4F | 39 | 10 | 157 | 44 | 33 |
| Octal | 327 | 56 | 135 | 0 | 117 | 71 | 20 | 527 | 104 | 63 |
| Binary | 11010111 | 101110 | 1011101 | 0 | 1001111 | 111001 | 10000 | 101010111 | 1000100 | 110011 |
Color Harmonies of #D72E5D
Complementary color
Monochromatic Colors of #D72E5D
Black with #D72E5D
Text Example
Text Example
White with #D72E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72E5D; }
p { color: rgb(215,46,93); }
H1.HeaderClassName
{
color: #D72E5D;
}
.AnyTagClassName
{
color: #D72E5D;
}
</style>
background-color css
<style>
a { background-color: #D72E5D; }
a { background-color: rgb(215,46,93); }
div.DivClassName
{
background-color: #D72E5D;
}
.BgClassName
{
background-color: #D72E5D;
}
</style>
border-color css
<style>
span { border-color: #D72E5D; }
span { border-color: rgb(215,46,93); }
td.TdClassName
{
border-color: #D72E5D;
}
.TagClassName
{
border-color: #D72E5D;
}
</style>