Shades of Cerise #D72A5E
Tints of Cerise #D72A5E
RGB
CMYK
RGB Variations
Color information
#D72A5E (or 0xD72A5E) is known color: Cerise. HEX triplet: D7, 2A and 5E. RGB value is (215,42,94). Sum of RGB (Red+Green+Blue) = 215+42+94=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A5E is #28D5A1. Grayscale: #636363. Windows color (decimal): -2676130 or 6171351. OLE color: 6171351.
HSL color Cylindrical-coordinate representation of color #D72A5E: hue angle of 341.97º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A5E is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 94 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.16 |
| HSL | 341.97º | 0.68% | 0.5% | - |
| HSV(B) | 341.97º | 0.8% | 0.84% | - |
| XYZ | 30.87 | 16.91 | 12.23 | - |
| YUV | 99.66 | 124.81 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 94 | 0 | 0.80 | 0.56 | 0.16 | 341.97 | 0.68 | 0.5 |
| Hex | D7 | 2A | 5E | 0 | 50 | 38 | 10 | 156 | 44 | 32 |
| Octal | 327 | 52 | 136 | 0 | 120 | 70 | 20 | 526 | 104 | 62 |
| Binary | 11010111 | 101010 | 1011110 | 0 | 1010000 | 111000 | 10000 | 101010110 | 1000100 | 110010 |
Color Harmonies of #D72A5E
Complementary color
Monochromatic Colors of #D72A5E
Black with #D72A5E
Text Example
Text Example
White with #D72A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A5E; }
p { color: rgb(215,42,94); }
H1.HeaderClassName
{
color: #D72A5E;
}
.AnyTagClassName
{
color: #D72A5E;
}
</style>
background-color css
<style>
a { background-color: #D72A5E; }
a { background-color: rgb(215,42,94); }
div.DivClassName
{
background-color: #D72A5E;
}
.BgClassName
{
background-color: #D72A5E;
}
</style>
border-color css
<style>
span { border-color: #D72A5E; }
span { border-color: rgb(215,42,94); }
td.TdClassName
{
border-color: #D72A5E;
}
.TagClassName
{
border-color: #D72A5E;
}
</style>