Shades of Deep Cerise #D73776
Tints of Deep Cerise #D73776
RGB
CMYK
RGB Variations
Color information
#D73776 (or 0xD73776) is known color: Deep Cerise. HEX triplet: D7, 37 and 76. RGB value is (215,55,118). Sum of RGB (Red+Green+Blue) = 215+55+118=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D73776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73776 is #28C889. Grayscale: #6D6D6D. Windows color (decimal): -2672778 or 7747543. OLE color: 7747543.
HSL color Cylindrical-coordinate representation of color #D73776: hue angle of 336.38º 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 #D73776 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 118 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.16 |
| HSL | 336.38º | 0.67% | 0.53% | - |
| HSV(B) | 336.38º | 0.74% | 0.84% | - |
| XYZ | 32.66 | 18.49 | 18.99 | - |
| YUV | 110.02 | 132.51 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 118 | 0 | 0.74 | 0.45 | 0.16 | 336.38 | 0.67 | 0.53 |
| Hex | D7 | 37 | 76 | 0 | 4A | 2D | 10 | 150 | 43 | 35 |
| Octal | 327 | 67 | 166 | 0 | 112 | 55 | 20 | 520 | 103 | 65 |
| Binary | 11010111 | 110111 | 1110110 | 0 | 1001010 | 101101 | 10000 | 101010000 | 1000011 | 110101 |
Color Harmonies of #D73776
Complementary color
Monochromatic Colors of #D73776
Black with #D73776
Text Example
Text Example
White with #D73776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73776; }
p { color: rgb(215,55,118); }
H1.HeaderClassName
{
color: #D73776;
}
.AnyTagClassName
{
color: #D73776;
}
</style>
background-color css
<style>
a { background-color: #D73776; }
a { background-color: rgb(215,55,118); }
div.DivClassName
{
background-color: #D73776;
}
.BgClassName
{
background-color: #D73776;
}
</style>
border-color css
<style>
span { border-color: #D73776; }
span { border-color: rgb(215,55,118); }
td.TdClassName
{
border-color: #D73776;
}
.TagClassName
{
border-color: #D73776;
}
</style>