Shades of Deep Cerise #D73584
Tints of Deep Cerise #D73584
RGB
CMYK
RGB Variations
Color information
#D73584 (or 0xD73584) is known color: Deep Cerise. HEX triplet: D7, 35 and 84. RGB value is (215,53,132). Sum of RGB (Red+Green+Blue) = 215+53+132=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D73584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73584 is #28CA7B. Grayscale: #6E6E6E. Windows color (decimal): -2673276 or 8664535. OLE color: 8664535.
HSL color Cylindrical-coordinate representation of color #D73584: hue angle of 330.74º 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 #D73584 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 132 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.16 |
| HSL | 330.74º | 0.67% | 0.53% | - |
| HSV(B) | 330.74º | 0.75% | 0.84% | - |
| XYZ | 33.46 | 18.66 | 23.67 | - |
| YUV | 110.44 | 140.17 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 132 | 0 | 0.75 | 0.39 | 0.16 | 330.74 | 0.67 | 0.53 |
| Hex | D7 | 35 | 84 | 0 | 4B | 27 | 10 | 14B | 43 | 35 |
| Octal | 327 | 65 | 204 | 0 | 113 | 47 | 20 | 513 | 103 | 65 |
| Binary | 11010111 | 110101 | 10000100 | 0 | 1001011 | 100111 | 10000 | 101001011 | 1000011 | 110101 |
Color Harmonies of #D73584
Complementary color
Monochromatic Colors of #D73584
Black with #D73584
Text Example
Text Example
White with #D73584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73584; }
p { color: rgb(215,53,132); }
H1.HeaderClassName
{
color: #D73584;
}
.AnyTagClassName
{
color: #D73584;
}
</style>
background-color css
<style>
a { background-color: #D73584; }
a { background-color: rgb(215,53,132); }
div.DivClassName
{
background-color: #D73584;
}
.BgClassName
{
background-color: #D73584;
}
</style>
border-color css
<style>
span { border-color: #D73584; }
span { border-color: rgb(215,53,132); }
td.TdClassName
{
border-color: #D73584;
}
.TagClassName
{
border-color: #D73584;
}
</style>