Shades of Deep Cerise #D73077
Tints of Deep Cerise #D73077
RGB
CMYK
RGB Variations
Color information
#D73077 (or 0xD73077) is known color: Deep Cerise. HEX triplet: D7, 30 and 77. RGB value is (215,48,119). Sum of RGB (Red+Green+Blue) = 215+48+119=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D73077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73077 is #28CF88. Grayscale: #696969. Windows color (decimal): -2674569 or 7811287. OLE color: 7811287.
HSL color Cylindrical-coordinate representation of color #D73077: hue angle of 334.49º 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 #D73077 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 119 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.16 |
| HSL | 334.49º | 0.68% | 0.52% | - |
| HSV(B) | 334.49º | 0.78% | 0.84% | - |
| XYZ | 32.41 | 17.89 | 19.2 | - |
| YUV | 106.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 119 | 0 | 0.78 | 0.45 | 0.16 | 334.49 | 0.68 | 0.52 |
| Hex | D7 | 30 | 77 | 0 | 4E | 2D | 10 | 14E | 44 | 34 |
| Octal | 327 | 60 | 167 | 0 | 116 | 55 | 20 | 516 | 104 | 64 |
| Binary | 11010111 | 110000 | 1110111 | 0 | 1001110 | 101101 | 10000 | 101001110 | 1000100 | 110100 |
Color Harmonies of #D73077
Complementary color
Monochromatic Colors of #D73077
Black with #D73077
Text Example
Text Example
White with #D73077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73077; }
p { color: rgb(215,48,119); }
H1.HeaderClassName
{
color: #D73077;
}
.AnyTagClassName
{
color: #D73077;
}
</style>
background-color css
<style>
a { background-color: #D73077; }
a { background-color: rgb(215,48,119); }
div.DivClassName
{
background-color: #D73077;
}
.BgClassName
{
background-color: #D73077;
}
</style>
border-color css
<style>
span { border-color: #D73077; }
span { border-color: rgb(215,48,119); }
td.TdClassName
{
border-color: #D73077;
}
.TagClassName
{
border-color: #D73077;
}
</style>