Shades of Deep Cerise #D92287
Tints of Deep Cerise #D92287
RGB
CMYK
RGB Variations
Color information
#D92287 (or 0xD92287) is known color: Deep Cerise. HEX triplet: D9, 22 and 87. RGB value is (217,34,135). Sum of RGB (Red+Green+Blue) = 217+34+135=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D92287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92287 is #26DD78. Grayscale: #646464. Windows color (decimal): -2547065 or 8856281. OLE color: 8856281.
HSL color Cylindrical-coordinate representation of color #D92287: hue angle of 326.89º 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 #D92287 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 135 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.15 |
| HSL | 326.89º | 0.73% | 0.49% | - |
| HSV(B) | 326.89º | 0.84% | 0.85% | - |
| XYZ | 33.56 | 17.65 | 24.56 | - |
| YUV | 100.23 | 147.63 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 135 | 0 | 0.84 | 0.38 | 0.15 | 326.89 | 0.73 | 0.49 |
| Hex | D9 | 22 | 87 | 0 | 54 | 26 | F | 147 | 49 | 31 |
| Octal | 331 | 42 | 207 | 0 | 124 | 46 | 17 | 507 | 111 | 61 |
| Binary | 11011001 | 100010 | 10000111 | 0 | 1010100 | 100110 | 1111 | 101000111 | 1001001 | 110001 |
Color Harmonies of #D92287
Complementary color
Monochromatic Colors of #D92287
Black with #D92287
Text Example
Text Example
White with #D92287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92287; }
p { color: rgb(217,34,135); }
H1.HeaderClassName
{
color: #D92287;
}
.AnyTagClassName
{
color: #D92287;
}
</style>
background-color css
<style>
a { background-color: #D92287; }
a { background-color: rgb(217,34,135); }
div.DivClassName
{
background-color: #D92287;
}
.BgClassName
{
background-color: #D92287;
}
</style>
border-color css
<style>
span { border-color: #D92287; }
span { border-color: rgb(217,34,135); }
td.TdClassName
{
border-color: #D92287;
}
.TagClassName
{
border-color: #D92287;
}
</style>