Shades of Deep Cerise #D73C7C
Tints of Deep Cerise #D73C7C
RGB
CMYK
RGB Variations
Color information
#D73C7C (or 0xD73C7C) is known color: Deep Cerise. HEX triplet: D7, 3C and 7C. RGB value is (215,60,124). Sum of RGB (Red+Green+Blue) = 215+60+124=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73C7C is #28C383. Grayscale: #717171. Windows color (decimal): -2671492 or 8142039. OLE color: 8142039.
HSL color Cylindrical-coordinate representation of color #D73C7C: hue angle of 335.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73C7C is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 124 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.16 |
| HSL | 335.23º | 0.66% | 0.54% | - |
| HSV(B) | 335.23º | 0.72% | 0.84% | - |
| XYZ | 33.28 | 19.13 | 21.01 | - |
| YUV | 113.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 124 | 0 | 0.72 | 0.42 | 0.16 | 335.23 | 0.66 | 0.54 |
| Hex | D7 | 3C | 7C | 0 | 48 | 2A | 10 | 14F | 42 | 36 |
| Octal | 327 | 74 | 174 | 0 | 110 | 52 | 20 | 517 | 102 | 66 |
| Binary | 11010111 | 111100 | 1111100 | 0 | 1001000 | 101010 | 10000 | 101001111 | 1000010 | 110110 |
Color Harmonies of #D73C7C
Complementary color
Monochromatic Colors of #D73C7C
Black with #D73C7C
Text Example
Text Example
White with #D73C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C7C; }
p { color: rgb(215,60,124); }
H1.HeaderClassName
{
color: #D73C7C;
}
.AnyTagClassName
{
color: #D73C7C;
}
</style>
background-color css
<style>
a { background-color: #D73C7C; }
a { background-color: rgb(215,60,124); }
div.DivClassName
{
background-color: #D73C7C;
}
.BgClassName
{
background-color: #D73C7C;
}
</style>
border-color css
<style>
span { border-color: #D73C7C; }
span { border-color: rgb(215,60,124); }
td.TdClassName
{
border-color: #D73C7C;
}
.TagClassName
{
border-color: #D73C7C;
}
</style>