Shades of Cerise #D73660
Tints of Cerise #D73660
RGB
CMYK
RGB Variations
Color information
#D73660 (or 0xD73660) is known color: Cerise. HEX triplet: D7, 36 and 60. RGB value is (215,54,96). Sum of RGB (Red+Green+Blue) = 215+54+96=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D73660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73660 is #28C99F. Grayscale: #6A6A6A. Windows color (decimal): -2673056 or 6305495. OLE color: 6305495.
HSL color Cylindrical-coordinate representation of color #D73660: hue angle of 344.35º 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 #D73660 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 96 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.16 |
| HSL | 344.35º | 0.67% | 0.53% | - |
| HSV(B) | 344.35º | 0.75% | 0.84% | - |
| XYZ | 31.45 | 17.93 | 12.87 | - |
| YUV | 106.93 | 121.84 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 96 | 0 | 0.75 | 0.55 | 0.16 | 344.35 | 0.67 | 0.53 |
| Hex | D7 | 36 | 60 | 0 | 4B | 37 | 10 | 158 | 43 | 35 |
| Octal | 327 | 66 | 140 | 0 | 113 | 67 | 20 | 530 | 103 | 65 |
| Binary | 11010111 | 110110 | 1100000 | 0 | 1001011 | 110111 | 10000 | 101011000 | 1000011 | 110101 |
Color Harmonies of #D73660
Complementary color
Monochromatic Colors of #D73660
Black with #D73660
Text Example
Text Example
White with #D73660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73660; }
p { color: rgb(215,54,96); }
H1.HeaderClassName
{
color: #D73660;
}
.AnyTagClassName
{
color: #D73660;
}
</style>
background-color css
<style>
a { background-color: #D73660; }
a { background-color: rgb(215,54,96); }
div.DivClassName
{
background-color: #D73660;
}
.BgClassName
{
background-color: #D73660;
}
</style>
border-color css
<style>
span { border-color: #D73660; }
span { border-color: rgb(215,54,96); }
td.TdClassName
{
border-color: #D73660;
}
.TagClassName
{
border-color: #D73660;
}
</style>