Shades of Hopbush #D85998
Tints of Hopbush #D85998
RGB
CMYK
RGB Variations
Color information
#D85998 (or 0xD85998) is known color: Hopbush. HEX triplet: D8, 59 and 98. RGB value is (216,89,152). Sum of RGB (Red+Green+Blue) = 216+89+152=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D85998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85998 is #27A667. Grayscale: #868686. Windows color (decimal): -2598504 or 9984472. OLE color: 9984472.
HSL color Cylindrical-coordinate representation of color #D85998: hue angle of 330.24º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85998 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 152 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.15 |
| HSL | 330.24º | 0.62% | 0.6% | - |
| HSV(B) | 330.24º | 0.59% | 0.85% | - |
| XYZ | 37.56 | 24.01 | 32.36 | - |
| YUV | 134.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 152 | 0 | 0.59 | 0.30 | 0.15 | 330.24 | 0.62 | 0.6 |
| Hex | D8 | 59 | 98 | 0 | 3B | 1E | F | 14A | 3E | 3C |
| Octal | 330 | 131 | 230 | 0 | 73 | 36 | 17 | 512 | 76 | 74 |
| Binary | 11011000 | 1011001 | 10011000 | 0 | 111011 | 11110 | 1111 | 101001010 | 111110 | 111100 |
Color Harmonies of #D85998
Complementary color
Monochromatic Colors of #D85998
Black with #D85998
Text Example
Text Example
White with #D85998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85998; }
p { color: rgb(216,89,152); }
H1.HeaderClassName
{
color: #D85998;
}
.AnyTagClassName
{
color: #D85998;
}
</style>
background-color css
<style>
a { background-color: #D85998; }
a { background-color: rgb(216,89,152); }
div.DivClassName
{
background-color: #D85998;
}
.BgClassName
{
background-color: #D85998;
}
</style>
border-color css
<style>
span { border-color: #D85998; }
span { border-color: rgb(216,89,152); }
td.TdClassName
{
border-color: #D85998;
}
.TagClassName
{
border-color: #D85998;
}
</style>