Shades of Deep Cerise #D92274
Tints of Deep Cerise #D92274
RGB
CMYK
RGB Variations
Color information
#D92274 (or 0xD92274) is known color: Deep Cerise. HEX triplet: D9, 22 and 74. RGB value is (217,34,116). Sum of RGB (Red+Green+Blue) = 217+34+116=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D92274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92274 is #26DD8B. Grayscale: #616161. Windows color (decimal): -2547084 or 7611097. OLE color: 7611097.
HSL color Cylindrical-coordinate representation of color #D92274: hue angle of 333.11º 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 #D92274 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 116 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.15 |
| HSL | 333.11º | 0.73% | 0.49% | - |
| HSV(B) | 333.11º | 0.84% | 0.85% | - |
| XYZ | 32.34 | 17.16 | 18.13 | - |
| YUV | 98.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 116 | 0 | 0.84 | 0.47 | 0.15 | 333.11 | 0.73 | 0.49 |
| Hex | D9 | 22 | 74 | 0 | 54 | 2F | F | 14D | 49 | 31 |
| Octal | 331 | 42 | 164 | 0 | 124 | 57 | 17 | 515 | 111 | 61 |
| Binary | 11011001 | 100010 | 1110100 | 0 | 1010100 | 101111 | 1111 | 101001101 | 1001001 | 110001 |
Color Harmonies of #D92274
Complementary color
Monochromatic Colors of #D92274
Black with #D92274
Text Example
Text Example
White with #D92274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92274; }
p { color: rgb(217,34,116); }
H1.HeaderClassName
{
color: #D92274;
}
.AnyTagClassName
{
color: #D92274;
}
</style>
background-color css
<style>
a { background-color: #D92274; }
a { background-color: rgb(217,34,116); }
div.DivClassName
{
background-color: #D92274;
}
.BgClassName
{
background-color: #D92274;
}
</style>
border-color css
<style>
span { border-color: #D92274; }
span { border-color: rgb(217,34,116); }
td.TdClassName
{
border-color: #D92274;
}
.TagClassName
{
border-color: #D92274;
}
</style>