Shades of Deep Cerise #D73EA0
Tints of Deep Cerise #D73EA0
RGB
CMYK
RGB Variations
Color information
#D73EA0 (or 0xD73EA0) is known color: Deep Cerise. HEX triplet: D7, 3E and A0. RGB value is (215,62,160). Sum of RGB (Red+Green+Blue) = 215+62+160=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D73EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73EA0 is #28C15F. Grayscale: #767676. Windows color (decimal): -2670944 or 10501847. OLE color: 10501847.
HSL color Cylindrical-coordinate representation of color #D73EA0: hue angle of 321.57º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73EA0 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 160 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.16 |
| HSL | 321.57º | 0.66% | 0.54% | - |
| HSV(B) | 321.57º | 0.71% | 0.84% | - |
| XYZ | 36.09 | 20.43 | 35.3 | - |
| YUV | 118.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 160 | 0 | 0.71 | 0.26 | 0.16 | 321.57 | 0.66 | 0.54 |
| Hex | D7 | 3E | A0 | 0 | 47 | 1A | 10 | 142 | 42 | 36 |
| Octal | 327 | 76 | 240 | 0 | 107 | 32 | 20 | 502 | 102 | 66 |
| Binary | 11010111 | 111110 | 10100000 | 0 | 1000111 | 11010 | 10000 | 101000010 | 1000010 | 110110 |
Color Harmonies of #D73EA0
Complementary color
Monochromatic Colors of #D73EA0
Black with #D73EA0
Text Example
Text Example
White with #D73EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73EA0; }
p { color: rgb(215,62,160); }
H1.HeaderClassName
{
color: #D73EA0;
}
.AnyTagClassName
{
color: #D73EA0;
}
</style>
background-color css
<style>
a { background-color: #D73EA0; }
a { background-color: rgb(215,62,160); }
div.DivClassName
{
background-color: #D73EA0;
}
.BgClassName
{
background-color: #D73EA0;
}
</style>
border-color css
<style>
span { border-color: #D73EA0; }
span { border-color: rgb(215,62,160); }
td.TdClassName
{
border-color: #D73EA0;
}
.TagClassName
{
border-color: #D73EA0;
}
</style>