Shades of Deep Cerise #D73876
Tints of Deep Cerise #D73876
RGB
CMYK
RGB Variations
Color information
#D73876 (or 0xD73876) is known color: Deep Cerise. HEX triplet: D7, 38 and 76. RGB value is (215,56,118). Sum of RGB (Red+Green+Blue) = 215+56+118=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D73876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73876 is #28C789. Grayscale: #6E6E6E. Windows color (decimal): -2672522 or 7747799. OLE color: 7747799.
HSL color Cylindrical-coordinate representation of color #D73876: hue angle of 336.6º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73876 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 118 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.16 |
| HSL | 336.6º | 0.67% | 0.53% | - |
| HSV(B) | 336.6º | 0.74% | 0.84% | - |
| XYZ | 32.71 | 18.58 | 19 | - |
| YUV | 110.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 118 | 0 | 0.74 | 0.45 | 0.16 | 336.6 | 0.67 | 0.53 |
| Hex | D7 | 38 | 76 | 0 | 4A | 2D | 10 | 151 | 43 | 35 |
| Octal | 327 | 70 | 166 | 0 | 112 | 55 | 20 | 521 | 103 | 65 |
| Binary | 11010111 | 111000 | 1110110 | 0 | 1001010 | 101101 | 10000 | 101010001 | 1000011 | 110101 |
Color Harmonies of #D73876
Complementary color
Monochromatic Colors of #D73876
Black with #D73876
Text Example
Text Example
White with #D73876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73876; }
p { color: rgb(215,56,118); }
H1.HeaderClassName
{
color: #D73876;
}
.AnyTagClassName
{
color: #D73876;
}
</style>
background-color css
<style>
a { background-color: #D73876; }
a { background-color: rgb(215,56,118); }
div.DivClassName
{
background-color: #D73876;
}
.BgClassName
{
background-color: #D73876;
}
</style>
border-color css
<style>
span { border-color: #D73876; }
span { border-color: rgb(215,56,118); }
td.TdClassName
{
border-color: #D73876;
}
.TagClassName
{
border-color: #D73876;
}
</style>