Shades of Deep Cerise #D73997
Tints of Deep Cerise #D73997
RGB
CMYK
RGB Variations
Color information
#D73997 (or 0xD73997) is known color: Deep Cerise. HEX triplet: D7, 39 and 97. RGB value is (215,57,151). Sum of RGB (Red+Green+Blue) = 215+57+151=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D73997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73997 is #28C668. Grayscale: #727272. Windows color (decimal): -2672233 or 9910743. OLE color: 9910743.
HSL color Cylindrical-coordinate representation of color #D73997: hue angle of 324.3º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73997 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 57 | 151 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.16 |
| HSL | 324.3º | 0.66% | 0.53% | - |
| HSV(B) | 324.3º | 0.73% | 0.84% | - |
| XYZ | 35.07 | 19.61 | 31.21 | - |
| YUV | 114.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 57 | 151 | 0 | 0.73 | 0.30 | 0.16 | 324.3 | 0.66 | 0.53 |
| Hex | D7 | 39 | 97 | 0 | 49 | 1E | 10 | 144 | 42 | 35 |
| Octal | 327 | 71 | 227 | 0 | 111 | 36 | 20 | 504 | 102 | 65 |
| Binary | 11010111 | 111001 | 10010111 | 0 | 1001001 | 11110 | 10000 | 101000100 | 1000010 | 110101 |
Color Harmonies of #D73997
Complementary color
Monochromatic Colors of #D73997
Black with #D73997
Text Example
Text Example
White with #D73997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73997; }
p { color: rgb(215,57,151); }
H1.HeaderClassName
{
color: #D73997;
}
.AnyTagClassName
{
color: #D73997;
}
</style>
background-color css
<style>
a { background-color: #D73997; }
a { background-color: rgb(215,57,151); }
div.DivClassName
{
background-color: #D73997;
}
.BgClassName
{
background-color: #D73997;
}
</style>
border-color css
<style>
span { border-color: #D73997; }
span { border-color: rgb(215,57,151); }
td.TdClassName
{
border-color: #D73997;
}
.TagClassName
{
border-color: #D73997;
}
</style>