Shades of Deep Cerise #D73579
Tints of Deep Cerise #D73579
RGB
CMYK
RGB Variations
Color information
#D73579 (or 0xD73579) is known color: Deep Cerise. HEX triplet: D7, 35 and 79. RGB value is (215,53,121). Sum of RGB (Red+Green+Blue) = 215+53+121=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D73579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73579 is #28CA86. Grayscale: #6D6D6D. Windows color (decimal): -2673287 or 7943639. OLE color: 7943639.
HSL color Cylindrical-coordinate representation of color #D73579: hue angle of 334.81º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73579 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 121 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.16 |
| HSL | 334.81º | 0.67% | 0.53% | - |
| HSV(B) | 334.81º | 0.75% | 0.84% | - |
| XYZ | 32.75 | 18.37 | 19.91 | - |
| YUV | 109.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 121 | 0 | 0.75 | 0.44 | 0.16 | 334.81 | 0.67 | 0.53 |
| Hex | D7 | 35 | 79 | 0 | 4B | 2C | 10 | 14F | 43 | 35 |
| Octal | 327 | 65 | 171 | 0 | 113 | 54 | 20 | 517 | 103 | 65 |
| Binary | 11010111 | 110101 | 1111001 | 0 | 1001011 | 101100 | 10000 | 101001111 | 1000011 | 110101 |
Color Harmonies of #D73579
Complementary color
Monochromatic Colors of #D73579
Black with #D73579
Text Example
Text Example
White with #D73579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73579; }
p { color: rgb(215,53,121); }
H1.HeaderClassName
{
color: #D73579;
}
.AnyTagClassName
{
color: #D73579;
}
</style>
background-color css
<style>
a { background-color: #D73579; }
a { background-color: rgb(215,53,121); }
div.DivClassName
{
background-color: #D73579;
}
.BgClassName
{
background-color: #D73579;
}
</style>
border-color css
<style>
span { border-color: #D73579; }
span { border-color: rgb(215,53,121); }
td.TdClassName
{
border-color: #D73579;
}
.TagClassName
{
border-color: #D73579;
}
</style>