Shades of Hopbush #D869A0
Tints of Hopbush #D869A0
RGB
CMYK
RGB Variations
Color information
#D869A0 (or 0xD869A0) is known color: Hopbush. HEX triplet: D8, 69 and A0. RGB value is (216,105,160). Sum of RGB (Red+Green+Blue) = 216+105+160=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D869A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D869A0 is #27965F. Grayscale: #909090. Windows color (decimal): -2594400 or 10512856. OLE color: 10512856.
HSL color Cylindrical-coordinate representation of color #D869A0: hue angle of 330.27º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D869A0 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 160 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.15 |
| HSL | 330.27º | 0.59% | 0.63% | - |
| HSV(B) | 330.27º | 0.51% | 0.85% | - |
| XYZ | 39.72 | 27.24 | 36.42 | - |
| YUV | 144.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 160 | 0 | 0.51 | 0.26 | 0.15 | 330.27 | 0.59 | 0.63 |
| Hex | D8 | 69 | A0 | 0 | 33 | 1A | F | 14A | 3B | 3F |
| Octal | 330 | 151 | 240 | 0 | 63 | 32 | 17 | 512 | 73 | 77 |
| Binary | 11011000 | 1101001 | 10100000 | 0 | 110011 | 11010 | 1111 | 101001010 | 111011 | 111111 |
Color Harmonies of #D869A0
Complementary color
Monochromatic Colors of #D869A0
Black with #D869A0
Text Example
Text Example
White with #D869A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869A0; }
p { color: rgb(216,105,160); }
H1.HeaderClassName
{
color: #D869A0;
}
.AnyTagClassName
{
color: #D869A0;
}
</style>
background-color css
<style>
a { background-color: #D869A0; }
a { background-color: rgb(216,105,160); }
div.DivClassName
{
background-color: #D869A0;
}
.BgClassName
{
background-color: #D869A0;
}
</style>
border-color css
<style>
span { border-color: #D869A0; }
span { border-color: rgb(216,105,160); }
td.TdClassName
{
border-color: #D869A0;
}
.TagClassName
{
border-color: #D869A0;
}
</style>