Shades of Deep Cerise #D73F86
Tints of Deep Cerise #D73F86
RGB
CMYK
RGB Variations
Color information
#D73F86 (or 0xD73F86) is known color: Deep Cerise. HEX triplet: D7, 3F and 86. RGB value is (215,63,134). Sum of RGB (Red+Green+Blue) = 215+63+134=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73F86 is #28C079. Grayscale: #747474. Windows color (decimal): -2670714 or 8798167. OLE color: 8798167.
HSL color Cylindrical-coordinate representation of color #D73F86: hue angle of 331.97º 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 #D73F86 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 134 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.16 |
| HSL | 331.97º | 0.66% | 0.55% | - |
| HSV(B) | 331.97º | 0.71% | 0.84% | - |
| XYZ | 34.1 | 19.72 | 24.56 | - |
| YUV | 116.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 134 | 0 | 0.71 | 0.38 | 0.16 | 331.97 | 0.66 | 0.55 |
| Hex | D7 | 3F | 86 | 0 | 47 | 26 | 10 | 14C | 42 | 37 |
| Octal | 327 | 77 | 206 | 0 | 107 | 46 | 20 | 514 | 102 | 67 |
| Binary | 11010111 | 111111 | 10000110 | 0 | 1000111 | 100110 | 10000 | 101001100 | 1000010 | 110111 |
Color Harmonies of #D73F86
Complementary color
Monochromatic Colors of #D73F86
Black with #D73F86
Text Example
Text Example
White with #D73F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F86; }
p { color: rgb(215,63,134); }
H1.HeaderClassName
{
color: #D73F86;
}
.AnyTagClassName
{
color: #D73F86;
}
</style>
background-color css
<style>
a { background-color: #D73F86; }
a { background-color: rgb(215,63,134); }
div.DivClassName
{
background-color: #D73F86;
}
.BgClassName
{
background-color: #D73F86;
}
</style>
border-color css
<style>
span { border-color: #D73F86; }
span { border-color: rgb(215,63,134); }
td.TdClassName
{
border-color: #D73F86;
}
.TagClassName
{
border-color: #D73F86;
}
</style>