Shades of Cerise #D72D73
Tints of Cerise #D72D73
RGB
CMYK
RGB Variations
Color information
#D72D73 (or 0xD72D73) is known color: Cerise. HEX triplet: D7, 2D and 73. RGB value is (215,45,115). Sum of RGB (Red+Green+Blue) = 215+45+115=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72D73 is #28D28C. Grayscale: #676767. Windows color (decimal): -2675341 or 7548375. OLE color: 7548375.
HSL color Cylindrical-coordinate representation of color #D72D73: hue angle of 335.29º 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 #D72D73 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 115 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.16 |
| HSL | 335.29º | 0.68% | 0.51% | - |
| HSV(B) | 335.29º | 0.79% | 0.84% | - |
| XYZ | 32.06 | 17.56 | 17.92 | - |
| YUV | 103.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 115 | 0 | 0.79 | 0.47 | 0.16 | 335.29 | 0.68 | 0.51 |
| Hex | D7 | 2D | 73 | 0 | 4F | 2F | 10 | 14F | 44 | 33 |
| Octal | 327 | 55 | 163 | 0 | 117 | 57 | 20 | 517 | 104 | 63 |
| Binary | 11010111 | 101101 | 1110011 | 0 | 1001111 | 101111 | 10000 | 101001111 | 1000100 | 110011 |
Color Harmonies of #D72D73
Complementary color
Monochromatic Colors of #D72D73
Black with #D72D73
Text Example
Text Example
White with #D72D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72D73; }
p { color: rgb(215,45,115); }
H1.HeaderClassName
{
color: #D72D73;
}
.AnyTagClassName
{
color: #D72D73;
}
</style>
background-color css
<style>
a { background-color: #D72D73; }
a { background-color: rgb(215,45,115); }
div.DivClassName
{
background-color: #D72D73;
}
.BgClassName
{
background-color: #D72D73;
}
</style>
border-color css
<style>
span { border-color: #D72D73; }
span { border-color: rgb(215,45,115); }
td.TdClassName
{
border-color: #D72D73;
}
.TagClassName
{
border-color: #D72D73;
}
</style>