Shades of Cerise #D73A56
Tints of Cerise #D73A56
RGB
CMYK
RGB Variations
Color information
#D73A56 (or 0xD73A56) is known color: Cerise. HEX triplet: D7, 3A and 56. RGB value is (215,58,86). Sum of RGB (Red+Green+Blue) = 215+58+86=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73A56 is #28C5A9. Grayscale: #6C6C6C. Windows color (decimal): -2672042 or 5651159. OLE color: 5651159.
HSL color Cylindrical-coordinate representation of color #D73A56: hue angle of 349.3º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73A56 is Cyan = 0, Magento = 0.73, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 86 | - |
| CMYK | 0 | 0.73 | 0.6 | 0.16 |
| HSL | 349.3º | 0.66% | 0.54% | - |
| HSV(B) | 349.3º | 0.73% | 0.84% | - |
| XYZ | 31.22 | 18.15 | 10.66 | - |
| YUV | 108.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 86 | 0 | 0.73 | 0.6 | 0.16 | 349.3 | 0.66 | 0.54 |
| Hex | D7 | 3A | 56 | 0 | 49 | 3C | 10 | 15D | 42 | 36 |
| Octal | 327 | 72 | 126 | 0 | 111 | 74 | 20 | 535 | 102 | 66 |
| Binary | 11010111 | 111010 | 1010110 | 0 | 1001001 | 111100 | 10000 | 101011101 | 1000010 | 110110 |
Color Harmonies of #D73A56
Complementary color
Monochromatic Colors of #D73A56
Black with #D73A56
Text Example
Text Example
White with #D73A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73A56; }
p { color: rgb(215,58,86); }
H1.HeaderClassName
{
color: #D73A56;
}
.AnyTagClassName
{
color: #D73A56;
}
</style>
background-color css
<style>
a { background-color: #D73A56; }
a { background-color: rgb(215,58,86); }
div.DivClassName
{
background-color: #D73A56;
}
.BgClassName
{
background-color: #D73A56;
}
</style>
border-color css
<style>
span { border-color: #D73A56; }
span { border-color: rgb(215,58,86); }
td.TdClassName
{
border-color: #D73A56;
}
.TagClassName
{
border-color: #D73A56;
}
</style>