Shades of Hopbush #D860B0
Tints of Hopbush #D860B0
RGB
CMYK
RGB Variations
Color information
#D860B0 (or 0xD860B0) is known color: Hopbush. HEX triplet: D8, 60 and B0. RGB value is (216,96,176). Sum of RGB (Red+Green+Blue) = 216+96+176=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D860B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D860B0 is #279F4F. Grayscale: #8C8C8C. Windows color (decimal): -2596688 or 11559128. OLE color: 11559128.
HSL color Cylindrical-coordinate representation of color #D860B0: hue angle of 320º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D860B0 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 176 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.15 |
| HSL | 320º | 0.61% | 0.61% | - |
| HSV(B) | 320º | 0.56% | 0.85% | - |
| XYZ | 40.34 | 26.1 | 43.99 | - |
| YUV | 141 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 176 | 0 | 0.56 | 0.19 | 0.15 | 320 | 0.61 | 0.61 |
| Hex | D8 | 60 | B0 | 0 | 38 | 13 | F | 140 | 3D | 3D |
| Octal | 330 | 140 | 260 | 0 | 70 | 23 | 17 | 500 | 75 | 75 |
| Binary | 11011000 | 1100000 | 10110000 | 0 | 111000 | 10011 | 1111 | 101000000 | 111101 | 111101 |
Color Harmonies of #D860B0
Complementary color
Monochromatic Colors of #D860B0
Black with #D860B0
Text Example
Text Example
White with #D860B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D860B0; }
p { color: rgb(216,96,176); }
H1.HeaderClassName
{
color: #D860B0;
}
.AnyTagClassName
{
color: #D860B0;
}
</style>
background-color css
<style>
a { background-color: #D860B0; }
a { background-color: rgb(216,96,176); }
div.DivClassName
{
background-color: #D860B0;
}
.BgClassName
{
background-color: #D860B0;
}
</style>
border-color css
<style>
span { border-color: #D860B0; }
span { border-color: rgb(216,96,176); }
td.TdClassName
{
border-color: #D860B0;
}
.TagClassName
{
border-color: #D860B0;
}
</style>