Shades of Cerise #D73271
Tints of Cerise #D73271
RGB
CMYK
RGB Variations
Color information
#D73271 (or 0xD73271) is known color: Cerise. HEX triplet: D7, 32 and 71. RGB value is (215,50,113). Sum of RGB (Red+Green+Blue) = 215+50+113=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D73271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73271 is #28CD8E. Grayscale: #6A6A6A. Windows color (decimal): -2674063 or 7418583. OLE color: 7418583.
HSL color Cylindrical-coordinate representation of color #D73271: hue angle of 337.09º 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 #D73271 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 113 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.16 |
| HSL | 337.09º | 0.67% | 0.52% | - |
| HSV(B) | 337.09º | 0.77% | 0.84% | - |
| XYZ | 32.15 | 17.92 | 17.39 | - |
| YUV | 106.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 113 | 0 | 0.77 | 0.47 | 0.16 | 337.09 | 0.67 | 0.52 |
| Hex | D7 | 32 | 71 | 0 | 4D | 2F | 10 | 151 | 43 | 34 |
| Octal | 327 | 62 | 161 | 0 | 115 | 57 | 20 | 521 | 103 | 64 |
| Binary | 11010111 | 110010 | 1110001 | 0 | 1001101 | 101111 | 10000 | 101010001 | 1000011 | 110100 |
Color Harmonies of #D73271
Complementary color
Monochromatic Colors of #D73271
Black with #D73271
Text Example
Text Example
White with #D73271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73271; }
p { color: rgb(215,50,113); }
H1.HeaderClassName
{
color: #D73271;
}
.AnyTagClassName
{
color: #D73271;
}
</style>
background-color css
<style>
a { background-color: #D73271; }
a { background-color: rgb(215,50,113); }
div.DivClassName
{
background-color: #D73271;
}
.BgClassName
{
background-color: #D73271;
}
</style>
border-color css
<style>
span { border-color: #D73271; }
span { border-color: rgb(215,50,113); }
td.TdClassName
{
border-color: #D73271;
}
.TagClassName
{
border-color: #D73271;
}
</style>