Shades of Cerise #D72C5B
Tints of Cerise #D72C5B
RGB
CMYK
RGB Variations
Color information
#D72C5B (or 0xD72C5B) is known color: Cerise. HEX triplet: D7, 2C and 5B. RGB value is (215,44,91). Sum of RGB (Red+Green+Blue) = 215+44+91=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C5B is #28D3A4. Grayscale: #646464. Windows color (decimal): -2675621 or 5975255. OLE color: 5975255.
HSL color Cylindrical-coordinate representation of color #D72C5B: hue angle of 343.51º 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 #D72C5B is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 91 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.16 |
| HSL | 343.51º | 0.68% | 0.51% | - |
| HSV(B) | 343.51º | 0.8% | 0.84% | - |
| XYZ | 30.81 | 17 | 11.56 | - |
| YUV | 100.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 91 | 0 | 0.80 | 0.58 | 0.16 | 343.51 | 0.68 | 0.51 |
| Hex | D7 | 2C | 5B | 0 | 50 | 3A | 10 | 158 | 44 | 33 |
| Octal | 327 | 54 | 133 | 0 | 120 | 72 | 20 | 530 | 104 | 63 |
| Binary | 11010111 | 101100 | 1011011 | 0 | 1010000 | 111010 | 10000 | 101011000 | 1000100 | 110011 |
Color Harmonies of #D72C5B
Complementary color
Monochromatic Colors of #D72C5B
Black with #D72C5B
Text Example
Text Example
White with #D72C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C5B; }
p { color: rgb(215,44,91); }
H1.HeaderClassName
{
color: #D72C5B;
}
.AnyTagClassName
{
color: #D72C5B;
}
</style>
background-color css
<style>
a { background-color: #D72C5B; }
a { background-color: rgb(215,44,91); }
div.DivClassName
{
background-color: #D72C5B;
}
.BgClassName
{
background-color: #D72C5B;
}
</style>
border-color css
<style>
span { border-color: #D72C5B; }
span { border-color: rgb(215,44,91); }
td.TdClassName
{
border-color: #D72C5B;
}
.TagClassName
{
border-color: #D72C5B;
}
</style>