Shades of Deep Cerise #D73F84
Tints of Deep Cerise #D73F84
RGB
CMYK
RGB Variations
Color information
#D73F84 (or 0xD73F84) is known color: Deep Cerise. HEX triplet: D7, 3F and 84. RGB value is (215,63,132). Sum of RGB (Red+Green+Blue) = 215+63+132=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73F84 is #28C07B. Grayscale: #747474. Windows color (decimal): -2670716 or 8667095. OLE color: 8667095.
HSL color Cylindrical-coordinate representation of color #D73F84: hue angle of 332.76º 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 #D73F84 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 132 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.16 |
| HSL | 332.76º | 0.66% | 0.55% | - |
| HSV(B) | 332.76º | 0.71% | 0.84% | - |
| XYZ | 33.97 | 19.67 | 23.84 | - |
| YUV | 116.31 | 136.86 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 132 | 0 | 0.71 | 0.39 | 0.16 | 332.76 | 0.66 | 0.55 |
| Hex | D7 | 3F | 84 | 0 | 47 | 27 | 10 | 14D | 42 | 37 |
| Octal | 327 | 77 | 204 | 0 | 107 | 47 | 20 | 515 | 102 | 67 |
| Binary | 11010111 | 111111 | 10000100 | 0 | 1000111 | 100111 | 10000 | 101001101 | 1000010 | 110111 |
Color Harmonies of #D73F84
Complementary color
Monochromatic Colors of #D73F84
Black with #D73F84
Text Example
Text Example
White with #D73F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F84; }
p { color: rgb(215,63,132); }
H1.HeaderClassName
{
color: #D73F84;
}
.AnyTagClassName
{
color: #D73F84;
}
</style>
background-color css
<style>
a { background-color: #D73F84; }
a { background-color: rgb(215,63,132); }
div.DivClassName
{
background-color: #D73F84;
}
.BgClassName
{
background-color: #D73F84;
}
</style>
border-color css
<style>
span { border-color: #D73F84; }
span { border-color: rgb(215,63,132); }
td.TdClassName
{
border-color: #D73F84;
}
.TagClassName
{
border-color: #D73F84;
}
</style>