Shades of Deep Cerise #D73586
Tints of Deep Cerise #D73586
RGB
CMYK
RGB Variations
Color information
#D73586 (or 0xD73586) is known color: Deep Cerise. HEX triplet: D7, 35 and 86. RGB value is (215,53,134). Sum of RGB (Red+Green+Blue) = 215+53+134=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D73586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73586 is #28CA79. Grayscale: #6E6E6E. Windows color (decimal): -2673274 or 8795607. OLE color: 8795607.
HSL color Cylindrical-coordinate representation of color #D73586: hue angle of 330º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73586 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 134 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.16 |
| HSL | 330º | 0.67% | 0.53% | - |
| HSV(B) | 330º | 0.75% | 0.84% | - |
| XYZ | 33.6 | 18.71 | 24.4 | - |
| YUV | 110.67 | 141.17 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 134 | 0 | 0.75 | 0.38 | 0.16 | 330 | 0.67 | 0.53 |
| Hex | D7 | 35 | 86 | 0 | 4B | 26 | 10 | 14A | 43 | 35 |
| Octal | 327 | 65 | 206 | 0 | 113 | 46 | 20 | 512 | 103 | 65 |
| Binary | 11010111 | 110101 | 10000110 | 0 | 1001011 | 100110 | 10000 | 101001010 | 1000011 | 110101 |
Color Harmonies of #D73586
Complementary color
Monochromatic Colors of #D73586
Black with #D73586
Text Example
Text Example
White with #D73586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73586; }
p { color: rgb(215,53,134); }
H1.HeaderClassName
{
color: #D73586;
}
.AnyTagClassName
{
color: #D73586;
}
</style>
background-color css
<style>
a { background-color: #D73586; }
a { background-color: rgb(215,53,134); }
div.DivClassName
{
background-color: #D73586;
}
.BgClassName
{
background-color: #D73586;
}
</style>
border-color css
<style>
span { border-color: #D73586; }
span { border-color: rgb(215,53,134); }
td.TdClassName
{
border-color: #D73586;
}
.TagClassName
{
border-color: #D73586;
}
</style>