Shades of Deep Cerise #D73198
Tints of Deep Cerise #D73198
RGB
CMYK
RGB Variations
Color information
#D73198 (or 0xD73198) is known color: Deep Cerise. HEX triplet: D7, 31 and 98. RGB value is (215,49,152). Sum of RGB (Red+Green+Blue) = 215+49+152=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D73198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73198 is #28CE67. Grayscale: #6E6E6E. Windows color (decimal): -2674280 or 9974231. OLE color: 9974231.
HSL color Cylindrical-coordinate representation of color #D73198: hue angle of 322.77º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73198 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 152 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.16 |
| HSL | 322.77º | 0.67% | 0.52% | - |
| HSV(B) | 322.77º | 0.77% | 0.84% | - |
| XYZ | 34.79 | 18.91 | 31.52 | - |
| YUV | 110.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 152 | 0 | 0.77 | 0.29 | 0.16 | 322.77 | 0.67 | 0.52 |
| Hex | D7 | 31 | 98 | 0 | 4D | 1D | 10 | 143 | 43 | 34 |
| Octal | 327 | 61 | 230 | 0 | 115 | 35 | 20 | 503 | 103 | 64 |
| Binary | 11010111 | 110001 | 10011000 | 0 | 1001101 | 11101 | 10000 | 101000011 | 1000011 | 110100 |
Color Harmonies of #D73198
Complementary color
Monochromatic Colors of #D73198
Black with #D73198
Text Example
Text Example
White with #D73198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73198; }
p { color: rgb(215,49,152); }
H1.HeaderClassName
{
color: #D73198;
}
.AnyTagClassName
{
color: #D73198;
}
</style>
background-color css
<style>
a { background-color: #D73198; }
a { background-color: rgb(215,49,152); }
div.DivClassName
{
background-color: #D73198;
}
.BgClassName
{
background-color: #D73198;
}
</style>
border-color css
<style>
span { border-color: #D73198; }
span { border-color: rgb(215,49,152); }
td.TdClassName
{
border-color: #D73198;
}
.TagClassName
{
border-color: #D73198;
}
</style>