Shades of Deep Cerise #D73498
Tints of Deep Cerise #D73498
RGB
CMYK
RGB Variations
Color information
#D73498 (or 0xD73498) is known color: Deep Cerise. HEX triplet: D7, 34 and 98. RGB value is (215,52,152). Sum of RGB (Red+Green+Blue) = 215+52+152=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D73498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73498 is #28CB67. Grayscale: #6F6F6F. Windows color (decimal): -2673512 or 9974999. OLE color: 9974999.
HSL color Cylindrical-coordinate representation of color #D73498: hue angle of 323.19º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73498 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 152 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.16 |
| HSL | 323.19º | 0.67% | 0.52% | - |
| HSV(B) | 323.19º | 0.76% | 0.84% | - |
| XYZ | 34.92 | 19.17 | 31.57 | - |
| YUV | 112.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 152 | 0 | 0.76 | 0.29 | 0.16 | 323.19 | 0.67 | 0.52 |
| Hex | D7 | 34 | 98 | 0 | 4C | 1D | 10 | 143 | 43 | 34 |
| Octal | 327 | 64 | 230 | 0 | 114 | 35 | 20 | 503 | 103 | 64 |
| Binary | 11010111 | 110100 | 10011000 | 0 | 1001100 | 11101 | 10000 | 101000011 | 1000011 | 110100 |
Color Harmonies of #D73498
Complementary color
Monochromatic Colors of #D73498
Black with #D73498
Text Example
Text Example
White with #D73498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73498; }
p { color: rgb(215,52,152); }
H1.HeaderClassName
{
color: #D73498;
}
.AnyTagClassName
{
color: #D73498;
}
</style>
background-color css
<style>
a { background-color: #D73498; }
a { background-color: rgb(215,52,152); }
div.DivClassName
{
background-color: #D73498;
}
.BgClassName
{
background-color: #D73498;
}
</style>
border-color css
<style>
span { border-color: #D73498; }
span { border-color: rgb(215,52,152); }
td.TdClassName
{
border-color: #D73498;
}
.TagClassName
{
border-color: #D73498;
}
</style>