Shades of Hopbush #D86698
Tints of Hopbush #D86698
RGB
CMYK
RGB Variations
Color information
#D86698 (or 0xD86698) is known color: Hopbush. HEX triplet: D8, 66 and 98. RGB value is (216,102,152). Sum of RGB (Red+Green+Blue) = 216+102+152=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D86698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86698 is #279967. Grayscale: #8D8D8D. Windows color (decimal): -2595176 or 9987800. OLE color: 9987800.
HSL color Cylindrical-coordinate representation of color #D86698: hue angle of 333.68º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86698 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 152 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.15 |
| HSL | 333.68º | 0.59% | 0.62% | - |
| HSV(B) | 333.68º | 0.53% | 0.85% | - |
| XYZ | 38.74 | 26.37 | 32.75 | - |
| YUV | 141.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 152 | 0 | 0.53 | 0.30 | 0.15 | 333.68 | 0.59 | 0.62 |
| Hex | D8 | 66 | 98 | 0 | 35 | 1E | F | 14E | 3B | 3E |
| Octal | 330 | 146 | 230 | 0 | 65 | 36 | 17 | 516 | 73 | 76 |
| Binary | 11011000 | 1100110 | 10011000 | 0 | 110101 | 11110 | 1111 | 101001110 | 111011 | 111110 |
Color Harmonies of #D86698
Complementary color
Monochromatic Colors of #D86698
Black with #D86698
Text Example
Text Example
White with #D86698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86698; }
p { color: rgb(216,102,152); }
H1.HeaderClassName
{
color: #D86698;
}
.AnyTagClassName
{
color: #D86698;
}
</style>
background-color css
<style>
a { background-color: #D86698; }
a { background-color: rgb(216,102,152); }
div.DivClassName
{
background-color: #D86698;
}
.BgClassName
{
background-color: #D86698;
}
</style>
border-color css
<style>
span { border-color: #D86698; }
span { border-color: rgb(216,102,152); }
td.TdClassName
{
border-color: #D86698;
}
.TagClassName
{
border-color: #D86698;
}
</style>