Shades of Cerise #D93573
Tints of Cerise #D93573
RGB
CMYK
RGB Variations
Color information
#D93573 (or 0xD93573) is known color: Cerise. HEX triplet: D9, 35 and 73. RGB value is (217,53,115). Sum of RGB (Red+Green+Blue) = 217+53+115=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D93573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93573 is #26CA8C. Grayscale: #6D6D6D. Windows color (decimal): -2542221 or 7550425. OLE color: 7550425.
HSL color Cylindrical-coordinate representation of color #D93573: hue angle of 337.32º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93573 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 115 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.15 |
| HSL | 337.32º | 0.68% | 0.53% | - |
| HSV(B) | 337.32º | 0.76% | 0.85% | - |
| XYZ | 32.98 | 18.54 | 18.06 | - |
| YUV | 109.1 | 131.33 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 115 | 0 | 0.76 | 0.47 | 0.15 | 337.32 | 0.68 | 0.53 |
| Hex | D9 | 35 | 73 | 0 | 4C | 2F | F | 151 | 44 | 35 |
| Octal | 331 | 65 | 163 | 0 | 114 | 57 | 17 | 521 | 104 | 65 |
| Binary | 11011001 | 110101 | 1110011 | 0 | 1001100 | 101111 | 1111 | 101010001 | 1000100 | 110101 |
Color Harmonies of #D93573
Complementary color
Monochromatic Colors of #D93573
Black with #D93573
Text Example
Text Example
White with #D93573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93573; }
p { color: rgb(217,53,115); }
H1.HeaderClassName
{
color: #D93573;
}
.AnyTagClassName
{
color: #D93573;
}
</style>
background-color css
<style>
a { background-color: #D93573; }
a { background-color: rgb(217,53,115); }
div.DivClassName
{
background-color: #D93573;
}
.BgClassName
{
background-color: #D93573;
}
</style>
border-color css
<style>
span { border-color: #D93573; }
span { border-color: rgb(217,53,115); }
td.TdClassName
{
border-color: #D93573;
}
.TagClassName
{
border-color: #D93573;
}
</style>