Shades of Cerise #D92C5E
Tints of Cerise #D92C5E
RGB
CMYK
RGB Variations
Color information
#D92C5E (or 0xD92C5E) is known color: Cerise. HEX triplet: D9, 2C and 5E. RGB value is (217,44,94). Sum of RGB (Red+Green+Blue) = 217+44+94=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C5E is #26D3A1. Grayscale: #656565. Windows color (decimal): -2544546 or 6171865. OLE color: 6171865.
HSL color Cylindrical-coordinate representation of color #D92C5E: hue angle of 342.66º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92C5E is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 94 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.15 |
| HSL | 342.66º | 0.69% | 0.51% | - |
| HSV(B) | 342.66º | 0.8% | 0.85% | - |
| XYZ | 31.54 | 17.36 | 12.28 | - |
| YUV | 101.43 | 123.81 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 94 | 0 | 0.80 | 0.57 | 0.15 | 342.66 | 0.69 | 0.51 |
| Hex | D9 | 2C | 5E | 0 | 50 | 39 | F | 157 | 45 | 33 |
| Octal | 331 | 54 | 136 | 0 | 120 | 71 | 17 | 527 | 105 | 63 |
| Binary | 11011001 | 101100 | 1011110 | 0 | 1010000 | 111001 | 1111 | 101010111 | 1000101 | 110011 |
Color Harmonies of #D92C5E
Complementary color
Monochromatic Colors of #D92C5E
Black with #D92C5E
Text Example
Text Example
White with #D92C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92C5E; }
p { color: rgb(217,44,94); }
H1.HeaderClassName
{
color: #D92C5E;
}
.AnyTagClassName
{
color: #D92C5E;
}
</style>
background-color css
<style>
a { background-color: #D92C5E; }
a { background-color: rgb(217,44,94); }
div.DivClassName
{
background-color: #D92C5E;
}
.BgClassName
{
background-color: #D92C5E;
}
</style>
border-color css
<style>
span { border-color: #D92C5E; }
span { border-color: rgb(217,44,94); }
td.TdClassName
{
border-color: #D92C5E;
}
.TagClassName
{
border-color: #D92C5E;
}
</style>