Shades of Deep Cerise #D73990
Tints of Deep Cerise #D73990
RGB
CMYK
RGB Variations
Color information
#D73990 (or 0xD73990) is known color: Deep Cerise. HEX triplet: D7, 39 and 90. RGB value is (215,57,144). Sum of RGB (Red+Green+Blue) = 215+57+144=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D73990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73990 is #28C66F. Grayscale: #717171. Windows color (decimal): -2672240 or 9451991. OLE color: 9451991.
HSL color Cylindrical-coordinate representation of color #D73990: hue angle of 326.96º 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 #D73990 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 57 | 144 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.16 |
| HSL | 326.96º | 0.66% | 0.53% | - |
| HSV(B) | 326.96º | 0.73% | 0.84% | - |
| XYZ | 34.52 | 19.39 | 28.31 | - |
| YUV | 114.16 | 144.85 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 57 | 144 | 0 | 0.73 | 0.33 | 0.16 | 326.96 | 0.66 | 0.53 |
| Hex | D7 | 39 | 90 | 0 | 49 | 21 | 10 | 147 | 42 | 35 |
| Octal | 327 | 71 | 220 | 0 | 111 | 41 | 20 | 507 | 102 | 65 |
| Binary | 11010111 | 111001 | 10010000 | 0 | 1001001 | 100001 | 10000 | 101000111 | 1000010 | 110101 |
Color Harmonies of #D73990
Complementary color
Monochromatic Colors of #D73990
Black with #D73990
Text Example
Text Example
White with #D73990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73990; }
p { color: rgb(215,57,144); }
H1.HeaderClassName
{
color: #D73990;
}
.AnyTagClassName
{
color: #D73990;
}
</style>
background-color css
<style>
a { background-color: #D73990; }
a { background-color: rgb(215,57,144); }
div.DivClassName
{
background-color: #D73990;
}
.BgClassName
{
background-color: #D73990;
}
</style>
border-color css
<style>
span { border-color: #D73990; }
span { border-color: rgb(215,57,144); }
td.TdClassName
{
border-color: #D73990;
}
.TagClassName
{
border-color: #D73990;
}
</style>