Shades of Deep Cerise #D73EA4
Tints of Deep Cerise #D73EA4
RGB
CMYK
RGB Variations
Color information
#D73EA4 (or 0xD73EA4) is known color: Deep Cerise. HEX triplet: D7, 3E and A4. RGB value is (215,62,164). Sum of RGB (Red+Green+Blue) = 215+62+164=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D73EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73EA4 is #28C15B. Grayscale: #777777. Windows color (decimal): -2670940 or 10763991. OLE color: 10763991.
HSL color Cylindrical-coordinate representation of color #D73EA4: hue angle of 320º 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 #D73EA4 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 164 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.16 |
| HSL | 320º | 0.66% | 0.54% | - |
| HSV(B) | 320º | 0.71% | 0.84% | - |
| XYZ | 36.45 | 20.57 | 37.17 | - |
| YUV | 119.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 164 | 0 | 0.71 | 0.24 | 0.16 | 320 | 0.66 | 0.54 |
| Hex | D7 | 3E | A4 | 0 | 47 | 18 | 10 | 140 | 42 | 36 |
| Octal | 327 | 76 | 244 | 0 | 107 | 30 | 20 | 500 | 102 | 66 |
| Binary | 11010111 | 111110 | 10100100 | 0 | 1000111 | 11000 | 10000 | 101000000 | 1000010 | 110110 |
Color Harmonies of #D73EA4
Complementary color
Monochromatic Colors of #D73EA4
Black with #D73EA4
Text Example
Text Example
White with #D73EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73EA4; }
p { color: rgb(215,62,164); }
H1.HeaderClassName
{
color: #D73EA4;
}
.AnyTagClassName
{
color: #D73EA4;
}
</style>
background-color css
<style>
a { background-color: #D73EA4; }
a { background-color: rgb(215,62,164); }
div.DivClassName
{
background-color: #D73EA4;
}
.BgClassName
{
background-color: #D73EA4;
}
</style>
border-color css
<style>
span { border-color: #D73EA4; }
span { border-color: rgb(215,62,164); }
td.TdClassName
{
border-color: #D73EA4;
}
.TagClassName
{
border-color: #D73EA4;
}
</style>