Shades of Deep Cerise #D73992
Tints of Deep Cerise #D73992
RGB
CMYK
RGB Variations
Color information
#D73992 (or 0xD73992) is known color: Deep Cerise. HEX triplet: D7, 39 and 92. RGB value is (215,57,146). Sum of RGB (Red+Green+Blue) = 215+57+146=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D73992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73992 is #28C66D. Grayscale: #727272. Windows color (decimal): -2672238 or 9583063. OLE color: 9583063.
HSL color Cylindrical-coordinate representation of color #D73992: hue angle of 326.2º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73992 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 57 | 146 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.16 |
| HSL | 326.2º | 0.66% | 0.53% | - |
| HSV(B) | 326.2º | 0.73% | 0.84% | - |
| XYZ | 34.68 | 19.45 | 29.12 | - |
| YUV | 114.39 | 145.85 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 57 | 146 | 0 | 0.73 | 0.32 | 0.16 | 326.2 | 0.66 | 0.53 |
| Hex | D7 | 39 | 92 | 0 | 49 | 20 | 10 | 146 | 42 | 35 |
| Octal | 327 | 71 | 222 | 0 | 111 | 40 | 20 | 506 | 102 | 65 |
| Binary | 11010111 | 111001 | 10010010 | 0 | 1001001 | 100000 | 10000 | 101000110 | 1000010 | 110101 |
Color Harmonies of #D73992
Complementary color
Monochromatic Colors of #D73992
Black with #D73992
Text Example
Text Example
White with #D73992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73992; }
p { color: rgb(215,57,146); }
H1.HeaderClassName
{
color: #D73992;
}
.AnyTagClassName
{
color: #D73992;
}
</style>
background-color css
<style>
a { background-color: #D73992; }
a { background-color: rgb(215,57,146); }
div.DivClassName
{
background-color: #D73992;
}
.BgClassName
{
background-color: #D73992;
}
</style>
border-color css
<style>
span { border-color: #D73992; }
span { border-color: rgb(215,57,146); }
td.TdClassName
{
border-color: #D73992;
}
.TagClassName
{
border-color: #D73992;
}
</style>