Shades of Deep Cerise #D73593
Tints of Deep Cerise #D73593
RGB
CMYK
RGB Variations
Color information
#D73593 (or 0xD73593) is known color: Deep Cerise. HEX triplet: D7, 35 and 93. RGB value is (215,53,147). Sum of RGB (Red+Green+Blue) = 215+53+147=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D73593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73593 is #28CA6C. Grayscale: #6F6F6F. Windows color (decimal): -2673261 or 9647575. OLE color: 9647575.
HSL color Cylindrical-coordinate representation of color #D73593: hue angle of 325.19º 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 #D73593 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 147 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.16 |
| HSL | 325.19º | 0.67% | 0.53% | - |
| HSV(B) | 325.19º | 0.75% | 0.84% | - |
| XYZ | 34.56 | 19.1 | 29.47 | - |
| YUV | 112.15 | 147.67 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 147 | 0 | 0.75 | 0.32 | 0.16 | 325.19 | 0.67 | 0.53 |
| Hex | D7 | 35 | 93 | 0 | 4B | 20 | 10 | 145 | 43 | 35 |
| Octal | 327 | 65 | 223 | 0 | 113 | 40 | 20 | 505 | 103 | 65 |
| Binary | 11010111 | 110101 | 10010011 | 0 | 1001011 | 100000 | 10000 | 101000101 | 1000011 | 110101 |
Color Harmonies of #D73593
Complementary color
Monochromatic Colors of #D73593
Black with #D73593
Text Example
Text Example
White with #D73593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73593; }
p { color: rgb(215,53,147); }
H1.HeaderClassName
{
color: #D73593;
}
.AnyTagClassName
{
color: #D73593;
}
</style>
background-color css
<style>
a { background-color: #D73593; }
a { background-color: rgb(215,53,147); }
div.DivClassName
{
background-color: #D73593;
}
.BgClassName
{
background-color: #D73593;
}
</style>
border-color css
<style>
span { border-color: #D73593; }
span { border-color: rgb(215,53,147); }
td.TdClassName
{
border-color: #D73593;
}
.TagClassName
{
border-color: #D73593;
}
</style>