Shades of Cerise #D73371
Tints of Cerise #D73371
RGB
CMYK
RGB Variations
Color information
#D73371 (or 0xD73371) is known color: Cerise. HEX triplet: D7, 33 and 71. RGB value is (215,51,113). Sum of RGB (Red+Green+Blue) = 215+51+113=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D73371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73371 is #28CC8E. Grayscale: #6B6B6B. Windows color (decimal): -2673807 or 7418839. OLE color: 7418839.
HSL color Cylindrical-coordinate representation of color #D73371: hue angle of 337.32º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73371 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 113 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.16 |
| HSL | 337.32º | 0.67% | 0.52% | - |
| HSV(B) | 337.32º | 0.76% | 0.84% | - |
| XYZ | 32.19 | 18.01 | 17.4 | - |
| YUV | 107.1 | 131.33 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 113 | 0 | 0.76 | 0.47 | 0.16 | 337.32 | 0.67 | 0.52 |
| Hex | D7 | 33 | 71 | 0 | 4C | 2F | 10 | 151 | 43 | 34 |
| Octal | 327 | 63 | 161 | 0 | 114 | 57 | 20 | 521 | 103 | 64 |
| Binary | 11010111 | 110011 | 1110001 | 0 | 1001100 | 101111 | 10000 | 101010001 | 1000011 | 110100 |
Color Harmonies of #D73371
Complementary color
Monochromatic Colors of #D73371
Black with #D73371
Text Example
Text Example
White with #D73371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73371; }
p { color: rgb(215,51,113); }
H1.HeaderClassName
{
color: #D73371;
}
.AnyTagClassName
{
color: #D73371;
}
</style>
background-color css
<style>
a { background-color: #D73371; }
a { background-color: rgb(215,51,113); }
div.DivClassName
{
background-color: #D73371;
}
.BgClassName
{
background-color: #D73371;
}
</style>
border-color css
<style>
span { border-color: #D73371; }
span { border-color: rgb(215,51,113); }
td.TdClassName
{
border-color: #D73371;
}
.TagClassName
{
border-color: #D73371;
}
</style>