Shades of Cerise #D72E5B
Tints of Cerise #D72E5B
RGB
CMYK
RGB Variations
Color information
#D72E5B (or 0xD72E5B) is known color: Cerise. HEX triplet: D7, 2E and 5B. RGB value is (215,46,91). Sum of RGB (Red+Green+Blue) = 215+46+91=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72E5B is #28D1A4. Grayscale: #656565. Windows color (decimal): -2675109 or 5975767. OLE color: 5975767.
HSL color Cylindrical-coordinate representation of color #D72E5B: hue angle of 344.02º 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 #D72E5B is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 91 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.16 |
| HSL | 344.02º | 0.68% | 0.51% | - |
| HSV(B) | 344.02º | 0.79% | 0.84% | - |
| XYZ | 30.89 | 17.16 | 11.58 | - |
| YUV | 101.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 91 | 0 | 0.79 | 0.58 | 0.16 | 344.02 | 0.68 | 0.51 |
| Hex | D7 | 2E | 5B | 0 | 4F | 3A | 10 | 158 | 44 | 33 |
| Octal | 327 | 56 | 133 | 0 | 117 | 72 | 20 | 530 | 104 | 63 |
| Binary | 11010111 | 101110 | 1011011 | 0 | 1001111 | 111010 | 10000 | 101011000 | 1000100 | 110011 |
Color Harmonies of #D72E5B
Complementary color
Monochromatic Colors of #D72E5B
Black with #D72E5B
Text Example
Text Example
White with #D72E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72E5B; }
p { color: rgb(215,46,91); }
H1.HeaderClassName
{
color: #D72E5B;
}
.AnyTagClassName
{
color: #D72E5B;
}
</style>
background-color css
<style>
a { background-color: #D72E5B; }
a { background-color: rgb(215,46,91); }
div.DivClassName
{
background-color: #D72E5B;
}
.BgClassName
{
background-color: #D72E5B;
}
</style>
border-color css
<style>
span { border-color: #D72E5B; }
span { border-color: rgb(215,46,91); }
td.TdClassName
{
border-color: #D72E5B;
}
.TagClassName
{
border-color: #D72E5B;
}
</style>