Shades of Cerise #D73755
Tints of Cerise #D73755
RGB
CMYK
RGB Variations
Color information
#D73755 (or 0xD73755) is known color: Cerise. HEX triplet: D7, 37 and 55. RGB value is (215,55,85). Sum of RGB (Red+Green+Blue) = 215+55+85=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D73755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73755 is #28C8AA. Grayscale: #6A6A6A. Windows color (decimal): -2672811 or 5584855. OLE color: 5584855.
HSL color Cylindrical-coordinate representation of color #D73755: hue angle of 348.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73755 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 85 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.16 |
| HSL | 348.75º | 0.67% | 0.53% | - |
| HSV(B) | 348.75º | 0.74% | 0.84% | - |
| XYZ | 31.03 | 17.84 | 10.4 | - |
| YUV | 106.26 | 116.01 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 85 | 0 | 0.74 | 0.60 | 0.16 | 348.75 | 0.67 | 0.53 |
| Hex | D7 | 37 | 55 | 0 | 4A | 3C | 10 | 15D | 43 | 35 |
| Octal | 327 | 67 | 125 | 0 | 112 | 74 | 20 | 535 | 103 | 65 |
| Binary | 11010111 | 110111 | 1010101 | 0 | 1001010 | 111100 | 10000 | 101011101 | 1000011 | 110101 |
Color Harmonies of #D73755
Complementary color
Monochromatic Colors of #D73755
Black with #D73755
Text Example
Text Example
White with #D73755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73755; }
p { color: rgb(215,55,85); }
H1.HeaderClassName
{
color: #D73755;
}
.AnyTagClassName
{
color: #D73755;
}
</style>
background-color css
<style>
a { background-color: #D73755; }
a { background-color: rgb(215,55,85); }
div.DivClassName
{
background-color: #D73755;
}
.BgClassName
{
background-color: #D73755;
}
</style>
border-color css
<style>
span { border-color: #D73755; }
span { border-color: rgb(215,55,85); }
td.TdClassName
{
border-color: #D73755;
}
.TagClassName
{
border-color: #D73755;
}
</style>