Shades of Deep Cerise #D92F89
Tints of Deep Cerise #D92F89
RGB
CMYK
RGB Variations
Color information
#D92F89 (or 0xD92F89) is known color: Deep Cerise. HEX triplet: D9, 2F and 89. RGB value is (217,47,137). Sum of RGB (Red+Green+Blue) = 217+47+137=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92F89 is #26D076. Grayscale: #6B6B6B. Windows color (decimal): -2543735 or 8990681. OLE color: 8990681.
HSL color Cylindrical-coordinate representation of color #D92F89: hue angle of 328.24º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F89 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 137 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.15 |
| HSL | 328.24º | 0.69% | 0.52% | - |
| HSV(B) | 328.24º | 0.78% | 0.85% | - |
| XYZ | 34.15 | 18.59 | 25.46 | - |
| YUV | 108.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 137 | 0 | 0.78 | 0.37 | 0.15 | 328.24 | 0.69 | 0.52 |
| Hex | D9 | 2F | 89 | 0 | 4E | 25 | F | 148 | 45 | 34 |
| Octal | 331 | 57 | 211 | 0 | 116 | 45 | 17 | 510 | 105 | 64 |
| Binary | 11011001 | 101111 | 10001001 | 0 | 1001110 | 100101 | 1111 | 101001000 | 1000101 | 110100 |
Color Harmonies of #D92F89
Complementary color
Monochromatic Colors of #D92F89
Black with #D92F89
Text Example
Text Example
White with #D92F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F89; }
p { color: rgb(217,47,137); }
H1.HeaderClassName
{
color: #D92F89;
}
.AnyTagClassName
{
color: #D92F89;
}
</style>
background-color css
<style>
a { background-color: #D92F89; }
a { background-color: rgb(217,47,137); }
div.DivClassName
{
background-color: #D92F89;
}
.BgClassName
{
background-color: #D92F89;
}
</style>
border-color css
<style>
span { border-color: #D92F89; }
span { border-color: rgb(217,47,137); }
td.TdClassName
{
border-color: #D92F89;
}
.TagClassName
{
border-color: #D92F89;
}
</style>