Shades of Deep Cerise #D73F99
Tints of Deep Cerise #D73F99
RGB
CMYK
RGB Variations
Color information
#D73F99 (or 0xD73F99) is known color: Deep Cerise. HEX triplet: D7, 3F and 99. RGB value is (215,63,153). Sum of RGB (Red+Green+Blue) = 215+63+153=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73F99 is #28C066. Grayscale: #767676. Windows color (decimal): -2670695 or 10043351. OLE color: 10043351.
HSL color Cylindrical-coordinate representation of color #D73F99: hue angle of 324.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73F99 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 153 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.16 |
| HSL | 324.47º | 0.66% | 0.55% | - |
| HSV(B) | 324.47º | 0.71% | 0.84% | - |
| XYZ | 35.55 | 20.3 | 32.18 | - |
| YUV | 118.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 153 | 0 | 0.71 | 0.29 | 0.16 | 324.47 | 0.66 | 0.55 |
| Hex | D7 | 3F | 99 | 0 | 47 | 1D | 10 | 144 | 42 | 37 |
| Octal | 327 | 77 | 231 | 0 | 107 | 35 | 20 | 504 | 102 | 67 |
| Binary | 11010111 | 111111 | 10011001 | 0 | 1000111 | 11101 | 10000 | 101000100 | 1000010 | 110111 |
Color Harmonies of #D73F99
Complementary color
Monochromatic Colors of #D73F99
Black with #D73F99
Text Example
Text Example
White with #D73F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F99; }
p { color: rgb(215,63,153); }
H1.HeaderClassName
{
color: #D73F99;
}
.AnyTagClassName
{
color: #D73F99;
}
</style>
background-color css
<style>
a { background-color: #D73F99; }
a { background-color: rgb(215,63,153); }
div.DivClassName
{
background-color: #D73F99;
}
.BgClassName
{
background-color: #D73F99;
}
</style>
border-color css
<style>
span { border-color: #D73F99; }
span { border-color: rgb(215,63,153); }
td.TdClassName
{
border-color: #D73F99;
}
.TagClassName
{
border-color: #D73F99;
}
</style>