Shades of Deep Cerise #D92E8D
Tints of Deep Cerise #D92E8D
RGB
CMYK
RGB Variations
Color information
#D92E8D (or 0xD92E8D) is known color: Deep Cerise. HEX triplet: D9, 2E and 8D. RGB value is (217,46,141). Sum of RGB (Red+Green+Blue) = 217+46+141=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92E8D is #26D172. Grayscale: #6B6B6B. Windows color (decimal): -2543987 or 9252569. OLE color: 9252569.
HSL color Cylindrical-coordinate representation of color #D92E8D: hue angle of 326.67º 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 #D92E8D is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 141 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.15 |
| HSL | 326.67º | 0.69% | 0.52% | - |
| HSV(B) | 326.67º | 0.79% | 0.85% | - |
| XYZ | 34.4 | 18.63 | 26.98 | - |
| YUV | 107.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 141 | 0 | 0.79 | 0.35 | 0.15 | 326.67 | 0.69 | 0.52 |
| Hex | D9 | 2E | 8D | 0 | 4F | 23 | F | 147 | 45 | 34 |
| Octal | 331 | 56 | 215 | 0 | 117 | 43 | 17 | 507 | 105 | 64 |
| Binary | 11011001 | 101110 | 10001101 | 0 | 1001111 | 100011 | 1111 | 101000111 | 1000101 | 110100 |
Color Harmonies of #D92E8D
Complementary color
Monochromatic Colors of #D92E8D
Black with #D92E8D
Text Example
Text Example
White with #D92E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92E8D; }
p { color: rgb(217,46,141); }
H1.HeaderClassName
{
color: #D92E8D;
}
.AnyTagClassName
{
color: #D92E8D;
}
</style>
background-color css
<style>
a { background-color: #D92E8D; }
a { background-color: rgb(217,46,141); }
div.DivClassName
{
background-color: #D92E8D;
}
.BgClassName
{
background-color: #D92E8D;
}
</style>
border-color css
<style>
span { border-color: #D92E8D; }
span { border-color: rgb(217,46,141); }
td.TdClassName
{
border-color: #D92E8D;
}
.TagClassName
{
border-color: #D92E8D;
}
</style>