Shades of Cerise #D92560
Tints of Cerise #D92560
RGB
CMYK
RGB Variations
Color information
#D92560 (or 0xD92560) is known color: Cerise. HEX triplet: D9, 25 and 60. RGB value is (217,37,96). Sum of RGB (Red+Green+Blue) = 217+37+96=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D92560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92560 is #26DA9F. Grayscale: #616161. Windows color (decimal): -2546336 or 6301145. OLE color: 6301145.
HSL color Cylindrical-coordinate representation of color #D92560: hue angle of 340.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92560 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 96 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.15 |
| HSL | 340.33º | 0.71% | 0.5% | - |
| HSV(B) | 340.33º | 0.83% | 0.85% | - |
| XYZ | 31.39 | 16.92 | 12.68 | - |
| YUV | 97.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 96 | 0 | 0.83 | 0.56 | 0.15 | 340.33 | 0.71 | 0.5 |
| Hex | D9 | 25 | 60 | 0 | 53 | 38 | F | 154 | 47 | 32 |
| Octal | 331 | 45 | 140 | 0 | 123 | 70 | 17 | 524 | 107 | 62 |
| Binary | 11011001 | 100101 | 1100000 | 0 | 1010011 | 111000 | 1111 | 101010100 | 1000111 | 110010 |
Color Harmonies of #D92560
Complementary color
Monochromatic Colors of #D92560
Black with #D92560
Text Example
Text Example
White with #D92560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92560; }
p { color: rgb(217,37,96); }
H1.HeaderClassName
{
color: #D92560;
}
.AnyTagClassName
{
color: #D92560;
}
</style>
background-color css
<style>
a { background-color: #D92560; }
a { background-color: rgb(217,37,96); }
div.DivClassName
{
background-color: #D92560;
}
.BgClassName
{
background-color: #D92560;
}
</style>
border-color css
<style>
span { border-color: #D92560; }
span { border-color: rgb(217,37,96); }
td.TdClassName
{
border-color: #D92560;
}
.TagClassName
{
border-color: #D92560;
}
</style>