Shades of Cerise #D93473
Tints of Cerise #D93473
RGB
CMYK
RGB Variations
Color information
#D93473 (or 0xD93473) is known color: Cerise. HEX triplet: D9, 34 and 73. RGB value is (217,52,115). Sum of RGB (Red+Green+Blue) = 217+52+115=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D93473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93473 is #26CB8C. Grayscale: #6C6C6C. Windows color (decimal): -2542477 or 7550169. OLE color: 7550169.
HSL color Cylindrical-coordinate representation of color #D93473: hue angle of 337.09º 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 #D93473 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 115 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.15 |
| HSL | 337.09º | 0.68% | 0.53% | - |
| HSV(B) | 337.09º | 0.76% | 0.85% | - |
| XYZ | 32.94 | 18.45 | 18.04 | - |
| YUV | 108.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 115 | 0 | 0.76 | 0.47 | 0.15 | 337.09 | 0.68 | 0.53 |
| Hex | D9 | 34 | 73 | 0 | 4C | 2F | F | 151 | 44 | 35 |
| Octal | 331 | 64 | 163 | 0 | 114 | 57 | 17 | 521 | 104 | 65 |
| Binary | 11011001 | 110100 | 1110011 | 0 | 1001100 | 101111 | 1111 | 101010001 | 1000100 | 110101 |
Color Harmonies of #D93473
Complementary color
Monochromatic Colors of #D93473
Black with #D93473
Text Example
Text Example
White with #D93473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93473; }
p { color: rgb(217,52,115); }
H1.HeaderClassName
{
color: #D93473;
}
.AnyTagClassName
{
color: #D93473;
}
</style>
background-color css
<style>
a { background-color: #D93473; }
a { background-color: rgb(217,52,115); }
div.DivClassName
{
background-color: #D93473;
}
.BgClassName
{
background-color: #D93473;
}
</style>
border-color css
<style>
span { border-color: #D93473; }
span { border-color: rgb(217,52,115); }
td.TdClassName
{
border-color: #D93473;
}
.TagClassName
{
border-color: #D93473;
}
</style>