Shades of Cerise #D92E5B
Tints of Cerise #D92E5B
RGB
CMYK
RGB Variations
Color information
#D92E5B (or 0xD92E5B) is known color: Cerise. HEX triplet: D9, 2E and 5B. RGB value is (217,46,91). Sum of RGB (Red+Green+Blue) = 217+46+91=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92E5B is #26D1A4. Grayscale: #666666. Windows color (decimal): -2544037 or 5975769. OLE color: 5975769.
HSL color Cylindrical-coordinate representation of color #D92E5B: hue angle of 344.21º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92E5B is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 91 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.15 |
| HSL | 344.21º | 0.69% | 0.52% | - |
| HSV(B) | 344.21º | 0.79% | 0.85% | - |
| XYZ | 31.48 | 17.46 | 11.61 | - |
| YUV | 102.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 91 | 0 | 0.79 | 0.58 | 0.15 | 344.21 | 0.69 | 0.52 |
| Hex | D9 | 2E | 5B | 0 | 4F | 3A | F | 158 | 45 | 34 |
| Octal | 331 | 56 | 133 | 0 | 117 | 72 | 17 | 530 | 105 | 64 |
| Binary | 11011001 | 101110 | 1011011 | 0 | 1001111 | 111010 | 1111 | 101011000 | 1000101 | 110100 |
Color Harmonies of #D92E5B
Complementary color
Monochromatic Colors of #D92E5B
Black with #D92E5B
Text Example
Text Example
White with #D92E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92E5B; }
p { color: rgb(217,46,91); }
H1.HeaderClassName
{
color: #D92E5B;
}
.AnyTagClassName
{
color: #D92E5B;
}
</style>
background-color css
<style>
a { background-color: #D92E5B; }
a { background-color: rgb(217,46,91); }
div.DivClassName
{
background-color: #D92E5B;
}
.BgClassName
{
background-color: #D92E5B;
}
</style>
border-color css
<style>
span { border-color: #D92E5B; }
span { border-color: rgb(217,46,91); }
td.TdClassName
{
border-color: #D92E5B;
}
.TagClassName
{
border-color: #D92E5B;
}
</style>