Shades of Deep Cerise #D73196
Tints of Deep Cerise #D73196
RGB
CMYK
RGB Variations
Color information
#D73196 (or 0xD73196) is known color: Deep Cerise. HEX triplet: D7, 31 and 96. RGB value is (215,49,150). Sum of RGB (Red+Green+Blue) = 215+49+150=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D73196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73196 is #28CE69. Grayscale: #6D6D6D. Windows color (decimal): -2674282 or 9843159. OLE color: 9843159.
HSL color Cylindrical-coordinate representation of color #D73196: hue angle of 323.49º 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 #D73196 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 150 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.16 |
| HSL | 323.49º | 0.67% | 0.52% | - |
| HSV(B) | 323.49º | 0.77% | 0.84% | - |
| XYZ | 34.63 | 18.85 | 30.67 | - |
| YUV | 110.15 | 150.5 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 150 | 0 | 0.77 | 0.30 | 0.16 | 323.49 | 0.67 | 0.52 |
| Hex | D7 | 31 | 96 | 0 | 4D | 1E | 10 | 143 | 43 | 34 |
| Octal | 327 | 61 | 226 | 0 | 115 | 36 | 20 | 503 | 103 | 64 |
| Binary | 11010111 | 110001 | 10010110 | 0 | 1001101 | 11110 | 10000 | 101000011 | 1000011 | 110100 |
Color Harmonies of #D73196
Complementary color
Monochromatic Colors of #D73196
Black with #D73196
Text Example
Text Example
White with #D73196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73196; }
p { color: rgb(215,49,150); }
H1.HeaderClassName
{
color: #D73196;
}
.AnyTagClassName
{
color: #D73196;
}
</style>
background-color css
<style>
a { background-color: #D73196; }
a { background-color: rgb(215,49,150); }
div.DivClassName
{
background-color: #D73196;
}
.BgClassName
{
background-color: #D73196;
}
</style>
border-color css
<style>
span { border-color: #D73196; }
span { border-color: rgb(215,49,150); }
td.TdClassName
{
border-color: #D73196;
}
.TagClassName
{
border-color: #D73196;
}
</style>