Shades of Cerise #D73655
Tints of Cerise #D73655
RGB
CMYK
RGB Variations
Color information
#D73655 (or 0xD73655) is known color: Cerise. HEX triplet: D7, 36 and 55. RGB value is (215,54,85). Sum of RGB (Red+Green+Blue) = 215+54+85=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D73655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73655 is #28C9AA. Grayscale: #696969. Windows color (decimal): -2673067 or 5584599. OLE color: 5584599.
HSL color Cylindrical-coordinate representation of color #D73655: hue angle of 348.45º 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 #D73655 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 85 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.16 |
| HSL | 348.45º | 0.67% | 0.53% | - |
| HSV(B) | 348.45º | 0.75% | 0.84% | - |
| XYZ | 30.98 | 17.74 | 10.39 | - |
| YUV | 105.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 85 | 0 | 0.75 | 0.60 | 0.16 | 348.45 | 0.67 | 0.53 |
| Hex | D7 | 36 | 55 | 0 | 4B | 3C | 10 | 15C | 43 | 35 |
| Octal | 327 | 66 | 125 | 0 | 113 | 74 | 20 | 534 | 103 | 65 |
| Binary | 11010111 | 110110 | 1010101 | 0 | 1001011 | 111100 | 10000 | 101011100 | 1000011 | 110101 |
Color Harmonies of #D73655
Complementary color
Monochromatic Colors of #D73655
Black with #D73655
Text Example
Text Example
White with #D73655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73655; }
p { color: rgb(215,54,85); }
H1.HeaderClassName
{
color: #D73655;
}
.AnyTagClassName
{
color: #D73655;
}
</style>
background-color css
<style>
a { background-color: #D73655; }
a { background-color: rgb(215,54,85); }
div.DivClassName
{
background-color: #D73655;
}
.BgClassName
{
background-color: #D73655;
}
</style>
border-color css
<style>
span { border-color: #D73655; }
span { border-color: rgb(215,54,85); }
td.TdClassName
{
border-color: #D73655;
}
.TagClassName
{
border-color: #D73655;
}
</style>