Shades of Deep Cerise #D92276
Tints of Deep Cerise #D92276
RGB
CMYK
RGB Variations
Color information
#D92276 (or 0xD92276) is known color: Deep Cerise. HEX triplet: D9, 22 and 76. RGB value is (217,34,118). Sum of RGB (Red+Green+Blue) = 217+34+118=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D92276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92276 is #26DD89. Grayscale: #626262. Windows color (decimal): -2547082 or 7742169. OLE color: 7742169.
HSL color Cylindrical-coordinate representation of color #D92276: hue angle of 332.46º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92276 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 118 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.15 |
| HSL | 332.46º | 0.73% | 0.49% | - |
| HSV(B) | 332.46º | 0.84% | 0.85% | - |
| XYZ | 32.46 | 17.2 | 18.75 | - |
| YUV | 98.29 | 139.13 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 118 | 0 | 0.84 | 0.46 | 0.15 | 332.46 | 0.73 | 0.49 |
| Hex | D9 | 22 | 76 | 0 | 54 | 2E | F | 14C | 49 | 31 |
| Octal | 331 | 42 | 166 | 0 | 124 | 56 | 17 | 514 | 111 | 61 |
| Binary | 11011001 | 100010 | 1110110 | 0 | 1010100 | 101110 | 1111 | 101001100 | 1001001 | 110001 |
Color Harmonies of #D92276
Complementary color
Monochromatic Colors of #D92276
Black with #D92276
Text Example
Text Example
White with #D92276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92276; }
p { color: rgb(217,34,118); }
H1.HeaderClassName
{
color: #D92276;
}
.AnyTagClassName
{
color: #D92276;
}
</style>
background-color css
<style>
a { background-color: #D92276; }
a { background-color: rgb(217,34,118); }
div.DivClassName
{
background-color: #D92276;
}
.BgClassName
{
background-color: #D92276;
}
</style>
border-color css
<style>
span { border-color: #D92276; }
span { border-color: rgb(217,34,118); }
td.TdClassName
{
border-color: #D92276;
}
.TagClassName
{
border-color: #D92276;
}
</style>