Shades of Hopbush #D86398
Tints of Hopbush #D86398
RGB
CMYK
RGB Variations
Color information
#D86398 (or 0xD86398) is known color: Hopbush. HEX triplet: D8, 63 and 98. RGB value is (216,99,152). Sum of RGB (Red+Green+Blue) = 216+99+152=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D86398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86398 is #279C67. Grayscale: #8B8B8B. Windows color (decimal): -2595944 or 9987032. OLE color: 9987032.
HSL color Cylindrical-coordinate representation of color #D86398: hue angle of 332.82º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86398 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 152 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.15 |
| HSL | 332.82º | 0.6% | 0.62% | - |
| HSV(B) | 332.82º | 0.54% | 0.85% | - |
| XYZ | 38.45 | 25.79 | 32.66 | - |
| YUV | 140.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 152 | 0 | 0.54 | 0.30 | 0.15 | 332.82 | 0.6 | 0.62 |
| Hex | D8 | 63 | 98 | 0 | 36 | 1E | F | 14D | 3C | 3E |
| Octal | 330 | 143 | 230 | 0 | 66 | 36 | 17 | 515 | 74 | 76 |
| Binary | 11011000 | 1100011 | 10011000 | 0 | 110110 | 11110 | 1111 | 101001101 | 111100 | 111110 |
Color Harmonies of #D86398
Complementary color
Monochromatic Colors of #D86398
Black with #D86398
Text Example
Text Example
White with #D86398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86398; }
p { color: rgb(216,99,152); }
H1.HeaderClassName
{
color: #D86398;
}
.AnyTagClassName
{
color: #D86398;
}
</style>
background-color css
<style>
a { background-color: #D86398; }
a { background-color: rgb(216,99,152); }
div.DivClassName
{
background-color: #D86398;
}
.BgClassName
{
background-color: #D86398;
}
</style>
border-color css
<style>
span { border-color: #D86398; }
span { border-color: rgb(216,99,152); }
td.TdClassName
{
border-color: #D86398;
}
.TagClassName
{
border-color: #D86398;
}
</style>