Shades of Deep Cerise #D92F86
Tints of Deep Cerise #D92F86
RGB
CMYK
RGB Variations
Color information
#D92F86 (or 0xD92F86) is known color: Deep Cerise. HEX triplet: D9, 2F and 86. RGB value is (217,47,134). Sum of RGB (Red+Green+Blue) = 217+47+134=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92F86 is #26D079. Grayscale: #6B6B6B. Windows color (decimal): -2543738 or 8794073. OLE color: 8794073.
HSL color Cylindrical-coordinate representation of color #D92F86: hue angle of 329.29º 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 #D92F86 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 134 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.15 |
| HSL | 329.29º | 0.69% | 0.52% | - |
| HSV(B) | 329.29º | 0.78% | 0.85% | - |
| XYZ | 33.93 | 18.51 | 24.34 | - |
| YUV | 107.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 134 | 0 | 0.78 | 0.38 | 0.15 | 329.29 | 0.69 | 0.52 |
| Hex | D9 | 2F | 86 | 0 | 4E | 26 | F | 149 | 45 | 34 |
| Octal | 331 | 57 | 206 | 0 | 116 | 46 | 17 | 511 | 105 | 64 |
| Binary | 11011001 | 101111 | 10000110 | 0 | 1001110 | 100110 | 1111 | 101001001 | 1000101 | 110100 |
Color Harmonies of #D92F86
Complementary color
Monochromatic Colors of #D92F86
Black with #D92F86
Text Example
Text Example
White with #D92F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F86; }
p { color: rgb(217,47,134); }
H1.HeaderClassName
{
color: #D92F86;
}
.AnyTagClassName
{
color: #D92F86;
}
</style>
background-color css
<style>
a { background-color: #D92F86; }
a { background-color: rgb(217,47,134); }
div.DivClassName
{
background-color: #D92F86;
}
.BgClassName
{
background-color: #D92F86;
}
</style>
border-color css
<style>
span { border-color: #D92F86; }
span { border-color: rgb(217,47,134); }
td.TdClassName
{
border-color: #D92F86;
}
.TagClassName
{
border-color: #D92F86;
}
</style>