Shades of Deep Cerise #D73F9A
Tints of Deep Cerise #D73F9A
RGB
CMYK
RGB Variations
Color information
#D73F9A (or 0xD73F9A) is known color: Deep Cerise. HEX triplet: D7, 3F and 9A. RGB value is (215,63,154). Sum of RGB (Red+Green+Blue) = 215+63+154=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73F9A is #28C065. Grayscale: #767676. Windows color (decimal): -2670694 or 10108887. OLE color: 10108887.
HSL color Cylindrical-coordinate representation of color #D73F9A: hue angle of 324.08º 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 #D73F9A is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 154 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.16 |
| HSL | 324.08º | 0.66% | 0.55% | - |
| HSV(B) | 324.08º | 0.71% | 0.84% | - |
| XYZ | 35.63 | 20.34 | 32.62 | - |
| YUV | 118.82 | 147.86 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 154 | 0 | 0.71 | 0.28 | 0.16 | 324.08 | 0.66 | 0.55 |
| Hex | D7 | 3F | 9A | 0 | 47 | 1C | 10 | 144 | 42 | 37 |
| Octal | 327 | 77 | 232 | 0 | 107 | 34 | 20 | 504 | 102 | 67 |
| Binary | 11010111 | 111111 | 10011010 | 0 | 1000111 | 11100 | 10000 | 101000100 | 1000010 | 110111 |
Color Harmonies of #D73F9A
Complementary color
Monochromatic Colors of #D73F9A
Black with #D73F9A
Text Example
Text Example
White with #D73F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F9A; }
p { color: rgb(215,63,154); }
H1.HeaderClassName
{
color: #D73F9A;
}
.AnyTagClassName
{
color: #D73F9A;
}
</style>
background-color css
<style>
a { background-color: #D73F9A; }
a { background-color: rgb(215,63,154); }
div.DivClassName
{
background-color: #D73F9A;
}
.BgClassName
{
background-color: #D73F9A;
}
</style>
border-color css
<style>
span { border-color: #D73F9A; }
span { border-color: rgb(215,63,154); }
td.TdClassName
{
border-color: #D73F9A;
}
.TagClassName
{
border-color: #D73F9A;
}
</style>