Shades of Cerise #D73272
Tints of Cerise #D73272
RGB
CMYK
RGB Variations
Color information
#D73272 (or 0xD73272) is known color: Cerise. HEX triplet: D7, 32 and 72. RGB value is (215,50,114). Sum of RGB (Red+Green+Blue) = 215+50+114=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D73272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73272 is #28CD8D. Grayscale: #6A6A6A. Windows color (decimal): -2674062 or 7484119. OLE color: 7484119.
HSL color Cylindrical-coordinate representation of color #D73272: hue angle of 336.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73272 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 114 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.16 |
| HSL | 336.73º | 0.67% | 0.52% | - |
| HSV(B) | 336.73º | 0.77% | 0.84% | - |
| XYZ | 32.2 | 17.94 | 17.69 | - |
| YUV | 106.63 | 132.16 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 114 | 0 | 0.77 | 0.47 | 0.16 | 336.73 | 0.67 | 0.52 |
| Hex | D7 | 32 | 72 | 0 | 4D | 2F | 10 | 151 | 43 | 34 |
| Octal | 327 | 62 | 162 | 0 | 115 | 57 | 20 | 521 | 103 | 64 |
| Binary | 11010111 | 110010 | 1110010 | 0 | 1001101 | 101111 | 10000 | 101010001 | 1000011 | 110100 |
Color Harmonies of #D73272
Complementary color
Monochromatic Colors of #D73272
Black with #D73272
Text Example
Text Example
White with #D73272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73272; }
p { color: rgb(215,50,114); }
H1.HeaderClassName
{
color: #D73272;
}
.AnyTagClassName
{
color: #D73272;
}
</style>
background-color css
<style>
a { background-color: #D73272; }
a { background-color: rgb(215,50,114); }
div.DivClassName
{
background-color: #D73272;
}
.BgClassName
{
background-color: #D73272;
}
</style>
border-color css
<style>
span { border-color: #D73272; }
span { border-color: rgb(215,50,114); }
td.TdClassName
{
border-color: #D73272;
}
.TagClassName
{
border-color: #D73272;
}
</style>