Shades of Cerise #D72A58
Tints of Cerise #D72A58
RGB
CMYK
RGB Variations
Color information
#D72A58 (or 0xD72A58) is known color: Cerise. HEX triplet: D7, 2A and 58. RGB value is (215,42,88). Sum of RGB (Red+Green+Blue) = 215+42+88=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A58 is #28D5A7. Grayscale: #626262. Windows color (decimal): -2676136 or 5778135. OLE color: 5778135.
HSL color Cylindrical-coordinate representation of color #D72A58: hue angle of 344.05º 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 #D72A58 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 88 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.16 |
| HSL | 344.05º | 0.68% | 0.5% | - |
| HSV(B) | 344.05º | 0.8% | 0.84% | - |
| XYZ | 30.61 | 16.81 | 10.86 | - |
| YUV | 98.97 | 121.81 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 88 | 0 | 0.80 | 0.59 | 0.16 | 344.05 | 0.68 | 0.5 |
| Hex | D7 | 2A | 58 | 0 | 50 | 3B | 10 | 158 | 44 | 32 |
| Octal | 327 | 52 | 130 | 0 | 120 | 73 | 20 | 530 | 104 | 62 |
| Binary | 11010111 | 101010 | 1011000 | 0 | 1010000 | 111011 | 10000 | 101011000 | 1000100 | 110010 |
Color Harmonies of #D72A58
Complementary color
Monochromatic Colors of #D72A58
Black with #D72A58
Text Example
Text Example
White with #D72A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A58; }
p { color: rgb(215,42,88); }
H1.HeaderClassName
{
color: #D72A58;
}
.AnyTagClassName
{
color: #D72A58;
}
</style>
background-color css
<style>
a { background-color: #D72A58; }
a { background-color: rgb(215,42,88); }
div.DivClassName
{
background-color: #D72A58;
}
.BgClassName
{
background-color: #D72A58;
}
</style>
border-color css
<style>
span { border-color: #D72A58; }
span { border-color: rgb(215,42,88); }
td.TdClassName
{
border-color: #D72A58;
}
.TagClassName
{
border-color: #D72A58;
}
</style>