Shades of Hopbush #D8699D
Tints of Hopbush #D8699D
RGB
CMYK
RGB Variations
Color information
#D8699D (or 0xD8699D) is known color: Hopbush. HEX triplet: D8, 69 and 9D. RGB value is (216,105,157). Sum of RGB (Red+Green+Blue) = 216+105+157=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8699D is #279662. Grayscale: #909090. Windows color (decimal): -2594403 or 10316248. OLE color: 10316248.
HSL color Cylindrical-coordinate representation of color #D8699D: hue angle of 331.89º 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 #D8699D is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 157 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.15 |
| HSL | 331.89º | 0.59% | 0.63% | - |
| HSV(B) | 331.89º | 0.51% | 0.85% | - |
| XYZ | 39.46 | 27.14 | 35.06 | - |
| YUV | 144.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 157 | 0 | 0.51 | 0.27 | 0.15 | 331.89 | 0.59 | 0.63 |
| Hex | D8 | 69 | 9D | 0 | 33 | 1B | F | 14C | 3B | 3F |
| Octal | 330 | 151 | 235 | 0 | 63 | 33 | 17 | 514 | 73 | 77 |
| Binary | 11011000 | 1101001 | 10011101 | 0 | 110011 | 11011 | 1111 | 101001100 | 111011 | 111111 |
Color Harmonies of #D8699D
Complementary color
Monochromatic Colors of #D8699D
Black with #D8699D
Text Example
Text Example
White with #D8699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8699D; }
p { color: rgb(216,105,157); }
H1.HeaderClassName
{
color: #D8699D;
}
.AnyTagClassName
{
color: #D8699D;
}
</style>
background-color css
<style>
a { background-color: #D8699D; }
a { background-color: rgb(216,105,157); }
div.DivClassName
{
background-color: #D8699D;
}
.BgClassName
{
background-color: #D8699D;
}
</style>
border-color css
<style>
span { border-color: #D8699D; }
span { border-color: rgb(216,105,157); }
td.TdClassName
{
border-color: #D8699D;
}
.TagClassName
{
border-color: #D8699D;
}
</style>