Shades of Deep Cerise #D73695
Tints of Deep Cerise #D73695
RGB
CMYK
RGB Variations
Color information
#D73695 (or 0xD73695) is known color: Deep Cerise. HEX triplet: D7, 36 and 95. RGB value is (215,54,149). Sum of RGB (Red+Green+Blue) = 215+54+149=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D73695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73695 is #28C96A. Grayscale: #707070. Windows color (decimal): -2673003 or 9778903. OLE color: 9778903.
HSL color Cylindrical-coordinate representation of color #D73695: hue angle of 324.6º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73695 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 149 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.16 |
| HSL | 324.6º | 0.67% | 0.53% | - |
| HSV(B) | 324.6º | 0.75% | 0.84% | - |
| XYZ | 34.77 | 19.26 | 30.32 | - |
| YUV | 112.97 | 148.34 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 149 | 0 | 0.75 | 0.31 | 0.16 | 324.6 | 0.67 | 0.53 |
| Hex | D7 | 36 | 95 | 0 | 4B | 1F | 10 | 145 | 43 | 35 |
| Octal | 327 | 66 | 225 | 0 | 113 | 37 | 20 | 505 | 103 | 65 |
| Binary | 11010111 | 110110 | 10010101 | 0 | 1001011 | 11111 | 10000 | 101000101 | 1000011 | 110101 |
Color Harmonies of #D73695
Complementary color
Monochromatic Colors of #D73695
Black with #D73695
Text Example
Text Example
White with #D73695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73695; }
p { color: rgb(215,54,149); }
H1.HeaderClassName
{
color: #D73695;
}
.AnyTagClassName
{
color: #D73695;
}
</style>
background-color css
<style>
a { background-color: #D73695; }
a { background-color: rgb(215,54,149); }
div.DivClassName
{
background-color: #D73695;
}
.BgClassName
{
background-color: #D73695;
}
</style>
border-color css
<style>
span { border-color: #D73695; }
span { border-color: rgb(215,54,149); }
td.TdClassName
{
border-color: #D73695;
}
.TagClassName
{
border-color: #D73695;
}
</style>