Shades of Deep Cerise #D92876
Tints of Deep Cerise #D92876
RGB
CMYK
RGB Variations
Color information
#D92876 (or 0xD92876) is known color: Deep Cerise. HEX triplet: D9, 28 and 76. RGB value is (217,40,118). Sum of RGB (Red+Green+Blue) = 217+40+118=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D92876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92876 is #26D789. Grayscale: #656565. Windows color (decimal): -2545546 or 7743705. OLE color: 7743705.
HSL color Cylindrical-coordinate representation of color #D92876: hue angle of 333.56º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92876 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 118 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.15 |
| HSL | 333.56º | 0.7% | 0.5% | - |
| HSV(B) | 333.56º | 0.82% | 0.85% | - |
| XYZ | 32.64 | 17.58 | 18.81 | - |
| YUV | 101.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 118 | 0 | 0.82 | 0.46 | 0.15 | 333.56 | 0.7 | 0.5 |
| Hex | D9 | 28 | 76 | 0 | 52 | 2E | F | 14E | 46 | 32 |
| Octal | 331 | 50 | 166 | 0 | 122 | 56 | 17 | 516 | 106 | 62 |
| Binary | 11011001 | 101000 | 1110110 | 0 | 1010010 | 101110 | 1111 | 101001110 | 1000110 | 110010 |
Color Harmonies of #D92876
Complementary color
Monochromatic Colors of #D92876
Black with #D92876
Text Example
Text Example
White with #D92876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92876; }
p { color: rgb(217,40,118); }
H1.HeaderClassName
{
color: #D92876;
}
.AnyTagClassName
{
color: #D92876;
}
</style>
background-color css
<style>
a { background-color: #D92876; }
a { background-color: rgb(217,40,118); }
div.DivClassName
{
background-color: #D92876;
}
.BgClassName
{
background-color: #D92876;
}
</style>
border-color css
<style>
span { border-color: #D92876; }
span { border-color: rgb(217,40,118); }
td.TdClassName
{
border-color: #D92876;
}
.TagClassName
{
border-color: #D92876;
}
</style>