Shades of Hopbush #D865B0
Tints of Hopbush #D865B0
RGB
CMYK
RGB Variations
Color information
#D865B0 (or 0xD865B0) is known color: Hopbush. HEX triplet: D8, 65 and B0. RGB value is (216,101,176). Sum of RGB (Red+Green+Blue) = 216+101+176=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D865B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D865B0 is #279A4F. Grayscale: #8F8F8F. Windows color (decimal): -2595408 or 11560408. OLE color: 11560408.
HSL color Cylindrical-coordinate representation of color #D865B0: hue angle of 320.87º degrees, saturation: 0.6, 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 #D865B0 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 176 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.15 |
| HSL | 320.87º | 0.6% | 0.62% | - |
| HSV(B) | 320.87º | 0.53% | 0.85% | - |
| XYZ | 40.81 | 27.04 | 44.14 | - |
| YUV | 143.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 176 | 0 | 0.53 | 0.19 | 0.15 | 320.87 | 0.6 | 0.62 |
| Hex | D8 | 65 | B0 | 0 | 35 | 13 | F | 141 | 3C | 3E |
| Octal | 330 | 145 | 260 | 0 | 65 | 23 | 17 | 501 | 74 | 76 |
| Binary | 11011000 | 1100101 | 10110000 | 0 | 110101 | 10011 | 1111 | 101000001 | 111100 | 111110 |
Color Harmonies of #D865B0
Complementary color
Monochromatic Colors of #D865B0
Black with #D865B0
Text Example
Text Example
White with #D865B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865B0; }
p { color: rgb(216,101,176); }
H1.HeaderClassName
{
color: #D865B0;
}
.AnyTagClassName
{
color: #D865B0;
}
</style>
background-color css
<style>
a { background-color: #D865B0; }
a { background-color: rgb(216,101,176); }
div.DivClassName
{
background-color: #D865B0;
}
.BgClassName
{
background-color: #D865B0;
}
</style>
border-color css
<style>
span { border-color: #D865B0; }
span { border-color: rgb(216,101,176); }
td.TdClassName
{
border-color: #D865B0;
}
.TagClassName
{
border-color: #D865B0;
}
</style>