Shades of Deep Cerise #D92E89
Tints of Deep Cerise #D92E89
RGB
CMYK
RGB Variations
Color information
#D92E89 (or 0xD92E89) is known color: Deep Cerise. HEX triplet: D9, 2E and 89. RGB value is (217,46,137). Sum of RGB (Red+Green+Blue) = 217+46+137=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92E89 is #26D176. Grayscale: #6B6B6B. Windows color (decimal): -2543991 or 8990425. OLE color: 8990425.
HSL color Cylindrical-coordinate representation of color #D92E89: hue angle of 328.07º 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 #D92E89 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 137 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.15 |
| HSL | 328.07º | 0.69% | 0.52% | - |
| HSV(B) | 328.07º | 0.79% | 0.85% | - |
| XYZ | 34.11 | 18.51 | 25.44 | - |
| YUV | 107.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 137 | 0 | 0.79 | 0.37 | 0.15 | 328.07 | 0.69 | 0.52 |
| Hex | D9 | 2E | 89 | 0 | 4F | 25 | F | 148 | 45 | 34 |
| Octal | 331 | 56 | 211 | 0 | 117 | 45 | 17 | 510 | 105 | 64 |
| Binary | 11011001 | 101110 | 10001001 | 0 | 1001111 | 100101 | 1111 | 101001000 | 1000101 | 110100 |
Color Harmonies of #D92E89
Complementary color
Monochromatic Colors of #D92E89
Black with #D92E89
Text Example
Text Example
White with #D92E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92E89; }
p { color: rgb(217,46,137); }
H1.HeaderClassName
{
color: #D92E89;
}
.AnyTagClassName
{
color: #D92E89;
}
</style>
background-color css
<style>
a { background-color: #D92E89; }
a { background-color: rgb(217,46,137); }
div.DivClassName
{
background-color: #D92E89;
}
.BgClassName
{
background-color: #D92E89;
}
</style>
border-color css
<style>
span { border-color: #D92E89; }
span { border-color: rgb(217,46,137); }
td.TdClassName
{
border-color: #D92E89;
}
.TagClassName
{
border-color: #D92E89;
}
</style>