Shades of Deep Cerise #D92494
Tints of Deep Cerise #D92494
RGB
CMYK
RGB Variations
Color information
#D92494 (or 0xD92494) is known color: Deep Cerise. HEX triplet: D9, 24 and 94. RGB value is (217,36,148). Sum of RGB (Red+Green+Blue) = 217+36+148=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D92494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92494 is #26DB6B. Grayscale: #666666. Windows color (decimal): -2546540 or 9708761. OLE color: 9708761.
HSL color Cylindrical-coordinate representation of color #D92494: hue angle of 322.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92494 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 148 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.15 |
| HSL | 322.87º | 0.72% | 0.5% | - |
| HSV(B) | 322.87º | 0.83% | 0.85% | - |
| XYZ | 34.59 | 18.15 | 29.7 | - |
| YUV | 102.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 148 | 0 | 0.83 | 0.32 | 0.15 | 322.87 | 0.72 | 0.5 |
| Hex | D9 | 24 | 94 | 0 | 53 | 20 | F | 143 | 48 | 32 |
| Octal | 331 | 44 | 224 | 0 | 123 | 40 | 17 | 503 | 110 | 62 |
| Binary | 11011001 | 100100 | 10010100 | 0 | 1010011 | 100000 | 1111 | 101000011 | 1001000 | 110010 |
Color Harmonies of #D92494
Complementary color
Monochromatic Colors of #D92494
Black with #D92494
Text Example
Text Example
White with #D92494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92494; }
p { color: rgb(217,36,148); }
H1.HeaderClassName
{
color: #D92494;
}
.AnyTagClassName
{
color: #D92494;
}
</style>
background-color css
<style>
a { background-color: #D92494; }
a { background-color: rgb(217,36,148); }
div.DivClassName
{
background-color: #D92494;
}
.BgClassName
{
background-color: #D92494;
}
</style>
border-color css
<style>
span { border-color: #D92494; }
span { border-color: rgb(217,36,148); }
td.TdClassName
{
border-color: #D92494;
}
.TagClassName
{
border-color: #D92494;
}
</style>