Shades of Hopbush #D8699F
Tints of Hopbush #D8699F
RGB
CMYK
RGB Variations
Color information
#D8699F (or 0xD8699F) is known color: Hopbush. HEX triplet: D8, 69 and 9F. RGB value is (216,105,159). Sum of RGB (Red+Green+Blue) = 216+105+159=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8699F is #279660. Grayscale: #909090. Windows color (decimal): -2594401 or 10447320. OLE color: 10447320.
HSL color Cylindrical-coordinate representation of color #D8699F: hue angle of 330.81º 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 #D8699F is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 159 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.15 |
| HSL | 330.81º | 0.59% | 0.63% | - |
| HSV(B) | 330.81º | 0.51% | 0.85% | - |
| XYZ | 39.63 | 27.21 | 35.96 | - |
| YUV | 144.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 159 | 0 | 0.51 | 0.26 | 0.15 | 330.81 | 0.59 | 0.63 |
| Hex | D8 | 69 | 9F | 0 | 33 | 1A | F | 14B | 3B | 3F |
| Octal | 330 | 151 | 237 | 0 | 63 | 32 | 17 | 513 | 73 | 77 |
| Binary | 11011000 | 1101001 | 10011111 | 0 | 110011 | 11010 | 1111 | 101001011 | 111011 | 111111 |
Color Harmonies of #D8699F
Complementary color
Monochromatic Colors of #D8699F
Black with #D8699F
Text Example
Text Example
White with #D8699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8699F; }
p { color: rgb(216,105,159); }
H1.HeaderClassName
{
color: #D8699F;
}
.AnyTagClassName
{
color: #D8699F;
}
</style>
background-color css
<style>
a { background-color: #D8699F; }
a { background-color: rgb(216,105,159); }
div.DivClassName
{
background-color: #D8699F;
}
.BgClassName
{
background-color: #D8699F;
}
</style>
border-color css
<style>
span { border-color: #D8699F; }
span { border-color: rgb(216,105,159); }
td.TdClassName
{
border-color: #D8699F;
}
.TagClassName
{
border-color: #D8699F;
}
</style>