Shades of Deep Cerise #D92275
Tints of Deep Cerise #D92275
RGB
CMYK
RGB Variations
Color information
#D92275 (or 0xD92275) is known color: Deep Cerise. HEX triplet: D9, 22 and 75. RGB value is (217,34,117). Sum of RGB (Red+Green+Blue) = 217+34+117=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D92275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92275 is #26DD8A. Grayscale: #626262. Windows color (decimal): -2547083 or 7676633. OLE color: 7676633.
HSL color Cylindrical-coordinate representation of color #D92275: hue angle of 332.79º 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 #D92275 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 117 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.15 |
| HSL | 332.79º | 0.73% | 0.49% | - |
| HSV(B) | 332.79º | 0.84% | 0.85% | - |
| XYZ | 32.4 | 17.18 | 18.44 | - |
| YUV | 98.18 | 138.63 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 117 | 0 | 0.84 | 0.46 | 0.15 | 332.79 | 0.73 | 0.49 |
| Hex | D9 | 22 | 75 | 0 | 54 | 2E | F | 14D | 49 | 31 |
| Octal | 331 | 42 | 165 | 0 | 124 | 56 | 17 | 515 | 111 | 61 |
| Binary | 11011001 | 100010 | 1110101 | 0 | 1010100 | 101110 | 1111 | 101001101 | 1001001 | 110001 |
Color Harmonies of #D92275
Complementary color
Monochromatic Colors of #D92275
Black with #D92275
Text Example
Text Example
White with #D92275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92275; }
p { color: rgb(217,34,117); }
H1.HeaderClassName
{
color: #D92275;
}
.AnyTagClassName
{
color: #D92275;
}
</style>
background-color css
<style>
a { background-color: #D92275; }
a { background-color: rgb(217,34,117); }
div.DivClassName
{
background-color: #D92275;
}
.BgClassName
{
background-color: #D92275;
}
</style>
border-color css
<style>
span { border-color: #D92275; }
span { border-color: rgb(217,34,117); }
td.TdClassName
{
border-color: #D92275;
}
.TagClassName
{
border-color: #D92275;
}
</style>