Shades of Deep Cerise #D73092
Tints of Deep Cerise #D73092
RGB
CMYK
RGB Variations
Color information
#D73092 (or 0xD73092) is known color: Deep Cerise. HEX triplet: D7, 30 and 92. RGB value is (215,48,146). Sum of RGB (Red+Green+Blue) = 215+48+146=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D73092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73092 is #28CF6D. Grayscale: #6C6C6C. Windows color (decimal): -2674542 or 9580759. OLE color: 9580759.
HSL color Cylindrical-coordinate representation of color #D73092: hue angle of 324.79º 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 #D73092 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 146 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.16 |
| HSL | 324.79º | 0.68% | 0.52% | - |
| HSV(B) | 324.79º | 0.78% | 0.84% | - |
| XYZ | 34.27 | 18.64 | 28.99 | - |
| YUV | 109.11 | 148.83 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 146 | 0 | 0.78 | 0.32 | 0.16 | 324.79 | 0.68 | 0.52 |
| Hex | D7 | 30 | 92 | 0 | 4E | 20 | 10 | 145 | 44 | 34 |
| Octal | 327 | 60 | 222 | 0 | 116 | 40 | 20 | 505 | 104 | 64 |
| Binary | 11010111 | 110000 | 10010010 | 0 | 1001110 | 100000 | 10000 | 101000101 | 1000100 | 110100 |
Color Harmonies of #D73092
Complementary color
Monochromatic Colors of #D73092
Black with #D73092
Text Example
Text Example
White with #D73092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73092; }
p { color: rgb(215,48,146); }
H1.HeaderClassName
{
color: #D73092;
}
.AnyTagClassName
{
color: #D73092;
}
</style>
background-color css
<style>
a { background-color: #D73092; }
a { background-color: rgb(215,48,146); }
div.DivClassName
{
background-color: #D73092;
}
.BgClassName
{
background-color: #D73092;
}
</style>
border-color css
<style>
span { border-color: #D73092; }
span { border-color: rgb(215,48,146); }
td.TdClassName
{
border-color: #D73092;
}
.TagClassName
{
border-color: #D73092;
}
</style>