Shades of Deep Cerise #D73793
Tints of Deep Cerise #D73793
RGB
CMYK
RGB Variations
Color information
#D73793 (or 0xD73793) is known color: Deep Cerise. HEX triplet: D7, 37 and 93. RGB value is (215,55,147). Sum of RGB (Red+Green+Blue) = 215+55+147=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D73793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73793 is #28C86C. Grayscale: #717171. Windows color (decimal): -2672749 or 9648087. OLE color: 9648087.
HSL color Cylindrical-coordinate representation of color #D73793: hue angle of 325.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73793 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 147 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.16 |
| HSL | 325.5º | 0.67% | 0.53% | - |
| HSV(B) | 325.5º | 0.74% | 0.84% | - |
| XYZ | 34.66 | 19.29 | 29.5 | - |
| YUV | 113.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 147 | 0 | 0.74 | 0.32 | 0.16 | 325.5 | 0.67 | 0.53 |
| Hex | D7 | 37 | 93 | 0 | 4A | 20 | 10 | 146 | 43 | 35 |
| Octal | 327 | 67 | 223 | 0 | 112 | 40 | 20 | 506 | 103 | 65 |
| Binary | 11010111 | 110111 | 10010011 | 0 | 1001010 | 100000 | 10000 | 101000110 | 1000011 | 110101 |
Color Harmonies of #D73793
Complementary color
Monochromatic Colors of #D73793
Black with #D73793
Text Example
Text Example
White with #D73793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73793; }
p { color: rgb(215,55,147); }
H1.HeaderClassName
{
color: #D73793;
}
.AnyTagClassName
{
color: #D73793;
}
</style>
background-color css
<style>
a { background-color: #D73793; }
a { background-color: rgb(215,55,147); }
div.DivClassName
{
background-color: #D73793;
}
.BgClassName
{
background-color: #D73793;
}
</style>
border-color css
<style>
span { border-color: #D73793; }
span { border-color: rgb(215,55,147); }
td.TdClassName
{
border-color: #D73793;
}
.TagClassName
{
border-color: #D73793;
}
</style>