Shades of Deep Cerise #D73585
Tints of Deep Cerise #D73585
RGB
CMYK
RGB Variations
Color information
#D73585 (or 0xD73585) is known color: Deep Cerise. HEX triplet: D7, 35 and 85. RGB value is (215,53,133). Sum of RGB (Red+Green+Blue) = 215+53+133=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D73585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73585 is #28CA7A. Grayscale: #6E6E6E. Windows color (decimal): -2673275 or 8730071. OLE color: 8730071.
HSL color Cylindrical-coordinate representation of color #D73585: hue angle of 330.37º 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 #D73585 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 133 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.16 |
| HSL | 330.37º | 0.67% | 0.53% | - |
| HSV(B) | 330.37º | 0.75% | 0.84% | - |
| XYZ | 33.53 | 18.69 | 24.03 | - |
| YUV | 110.56 | 140.67 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 133 | 0 | 0.75 | 0.38 | 0.16 | 330.37 | 0.67 | 0.53 |
| Hex | D7 | 35 | 85 | 0 | 4B | 26 | 10 | 14A | 43 | 35 |
| Octal | 327 | 65 | 205 | 0 | 113 | 46 | 20 | 512 | 103 | 65 |
| Binary | 11010111 | 110101 | 10000101 | 0 | 1001011 | 100110 | 10000 | 101001010 | 1000011 | 110101 |
Color Harmonies of #D73585
Complementary color
Monochromatic Colors of #D73585
Black with #D73585
Text Example
Text Example
White with #D73585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73585; }
p { color: rgb(215,53,133); }
H1.HeaderClassName
{
color: #D73585;
}
.AnyTagClassName
{
color: #D73585;
}
</style>
background-color css
<style>
a { background-color: #D73585; }
a { background-color: rgb(215,53,133); }
div.DivClassName
{
background-color: #D73585;
}
.BgClassName
{
background-color: #D73585;
}
</style>
border-color css
<style>
span { border-color: #D73585; }
span { border-color: rgb(215,53,133); }
td.TdClassName
{
border-color: #D73585;
}
.TagClassName
{
border-color: #D73585;
}
</style>