Shades of Hopbush #D86198
Tints of Hopbush #D86198
RGB
CMYK
RGB Variations
Color information
#D86198 (or 0xD86198) is known color: Hopbush. HEX triplet: D8, 61 and 98. RGB value is (216,97,152). Sum of RGB (Red+Green+Blue) = 216+97+152=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D86198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86198 is #279E67. Grayscale: #8A8A8A. Windows color (decimal): -2596456 or 9986520. OLE color: 9986520.
HSL color Cylindrical-coordinate representation of color #D86198: hue angle of 332.27º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86198 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 152 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.15 |
| HSL | 332.27º | 0.6% | 0.61% | - |
| HSV(B) | 332.27º | 0.55% | 0.85% | - |
| XYZ | 38.26 | 25.42 | 32.59 | - |
| YUV | 138.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 152 | 0 | 0.55 | 0.30 | 0.15 | 332.27 | 0.6 | 0.61 |
| Hex | D8 | 61 | 98 | 0 | 37 | 1E | F | 14C | 3C | 3D |
| Octal | 330 | 141 | 230 | 0 | 67 | 36 | 17 | 514 | 74 | 75 |
| Binary | 11011000 | 1100001 | 10011000 | 0 | 110111 | 11110 | 1111 | 101001100 | 111100 | 111101 |
Color Harmonies of #D86198
Complementary color
Monochromatic Colors of #D86198
Black with #D86198
Text Example
Text Example
White with #D86198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86198; }
p { color: rgb(216,97,152); }
H1.HeaderClassName
{
color: #D86198;
}
.AnyTagClassName
{
color: #D86198;
}
</style>
background-color css
<style>
a { background-color: #D86198; }
a { background-color: rgb(216,97,152); }
div.DivClassName
{
background-color: #D86198;
}
.BgClassName
{
background-color: #D86198;
}
</style>
border-color css
<style>
span { border-color: #D86198; }
span { border-color: rgb(216,97,152); }
td.TdClassName
{
border-color: #D86198;
}
.TagClassName
{
border-color: #D86198;
}
</style>