Shades of Cerise #D73071
Tints of Cerise #D73071
RGB
CMYK
RGB Variations
Color information
#D73071 (or 0xD73071) is known color: Cerise. HEX triplet: D7, 30 and 71. RGB value is (215,48,113). Sum of RGB (Red+Green+Blue) = 215+48+113=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D73071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73071 is #28CF8E. Grayscale: #696969. Windows color (decimal): -2674575 or 7418071. OLE color: 7418071.
HSL color Cylindrical-coordinate representation of color #D73071: hue angle of 336.65º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D73071 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 113 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.16 |
| HSL | 336.65º | 0.68% | 0.52% | - |
| HSV(B) | 336.65º | 0.78% | 0.84% | - |
| XYZ | 32.06 | 17.75 | 17.36 | - |
| YUV | 105.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 113 | 0 | 0.78 | 0.47 | 0.16 | 336.65 | 0.68 | 0.52 |
| Hex | D7 | 30 | 71 | 0 | 4E | 2F | 10 | 151 | 44 | 34 |
| Octal | 327 | 60 | 161 | 0 | 116 | 57 | 20 | 521 | 104 | 64 |
| Binary | 11010111 | 110000 | 1110001 | 0 | 1001110 | 101111 | 10000 | 101010001 | 1000100 | 110100 |
Color Harmonies of #D73071
Complementary color
Monochromatic Colors of #D73071
Black with #D73071
Text Example
Text Example
White with #D73071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73071; }
p { color: rgb(215,48,113); }
H1.HeaderClassName
{
color: #D73071;
}
.AnyTagClassName
{
color: #D73071;
}
</style>
background-color css
<style>
a { background-color: #D73071; }
a { background-color: rgb(215,48,113); }
div.DivClassName
{
background-color: #D73071;
}
.BgClassName
{
background-color: #D73071;
}
</style>
border-color css
<style>
span { border-color: #D73071; }
span { border-color: rgb(215,48,113); }
td.TdClassName
{
border-color: #D73071;
}
.TagClassName
{
border-color: #D73071;
}
</style>