Shades of Deep Cerise #D92296
Tints of Deep Cerise #D92296
RGB
CMYK
RGB Variations
Color information
#D92296 (or 0xD92296) is known color: Deep Cerise. HEX triplet: D9, 22 and 96. RGB value is (217,34,150). Sum of RGB (Red+Green+Blue) = 217+34+150=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D92296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92296 is #26DD69. Grayscale: #656565. Windows color (decimal): -2547050 or 9839321. OLE color: 9839321.
HSL color Cylindrical-coordinate representation of color #D92296: hue angle of 321.97º 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 #D92296 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 150 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.15 |
| HSL | 321.97º | 0.73% | 0.49% | - |
| HSV(B) | 321.97º | 0.84% | 0.85% | - |
| XYZ | 34.69 | 18.1 | 30.52 | - |
| YUV | 101.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 150 | 0 | 0.84 | 0.31 | 0.15 | 321.97 | 0.73 | 0.49 |
| Hex | D9 | 22 | 96 | 0 | 54 | 1F | F | 142 | 49 | 31 |
| Octal | 331 | 42 | 226 | 0 | 124 | 37 | 17 | 502 | 111 | 61 |
| Binary | 11011001 | 100010 | 10010110 | 0 | 1010100 | 11111 | 1111 | 101000010 | 1001001 | 110001 |
Color Harmonies of #D92296
Complementary color
Monochromatic Colors of #D92296
Black with #D92296
Text Example
Text Example
White with #D92296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92296; }
p { color: rgb(217,34,150); }
H1.HeaderClassName
{
color: #D92296;
}
.AnyTagClassName
{
color: #D92296;
}
</style>
background-color css
<style>
a { background-color: #D92296; }
a { background-color: rgb(217,34,150); }
div.DivClassName
{
background-color: #D92296;
}
.BgClassName
{
background-color: #D92296;
}
</style>
border-color css
<style>
span { border-color: #D92296; }
span { border-color: rgb(217,34,150); }
td.TdClassName
{
border-color: #D92296;
}
.TagClassName
{
border-color: #D92296;
}
</style>