Shades of Deep Cerise #D92E7D
Tints of Deep Cerise #D92E7D
RGB
CMYK
RGB Variations
Color information
#D92E7D (or 0xD92E7D) is known color: Deep Cerise. HEX triplet: D9, 2E and 7D. RGB value is (217,46,125). Sum of RGB (Red+Green+Blue) = 217+46+125=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92E7D is #26D182. Grayscale: #696969. Windows color (decimal): -2544003 or 8203993. OLE color: 8203993.
HSL color Cylindrical-coordinate representation of color #D92E7D: hue angle of 332.28º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92E7D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 125 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.15 |
| HSL | 332.28º | 0.69% | 0.52% | - |
| HSV(B) | 332.28º | 0.79% | 0.85% | - |
| XYZ | 33.29 | 18.19 | 21.16 | - |
| YUV | 106.14 | 138.65 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 125 | 0 | 0.79 | 0.42 | 0.15 | 332.28 | 0.69 | 0.52 |
| Hex | D9 | 2E | 7D | 0 | 4F | 2A | F | 14C | 45 | 34 |
| Octal | 331 | 56 | 175 | 0 | 117 | 52 | 17 | 514 | 105 | 64 |
| Binary | 11011001 | 101110 | 1111101 | 0 | 1001111 | 101010 | 1111 | 101001100 | 1000101 | 110100 |
Color Harmonies of #D92E7D
Complementary color
Monochromatic Colors of #D92E7D
Black with #D92E7D
Text Example
Text Example
White with #D92E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92E7D; }
p { color: rgb(217,46,125); }
H1.HeaderClassName
{
color: #D92E7D;
}
.AnyTagClassName
{
color: #D92E7D;
}
</style>
background-color css
<style>
a { background-color: #D92E7D; }
a { background-color: rgb(217,46,125); }
div.DivClassName
{
background-color: #D92E7D;
}
.BgClassName
{
background-color: #D92E7D;
}
</style>
border-color css
<style>
span { border-color: #D92E7D; }
span { border-color: rgb(217,46,125); }
td.TdClassName
{
border-color: #D92E7D;
}
.TagClassName
{
border-color: #D92E7D;
}
</style>