Shades of Hopbush #D06F96
Tints of Hopbush #D06F96
RGB
CMYK
RGB Variations
Color information
#D06F96 (or 0xD06F96) is known color: Hopbush. HEX triplet: D0, 6F and 96. RGB value is (208,111,150). Sum of RGB (Red+Green+Blue) = 208+111+150=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F96 is #2F9069. Grayscale: #909090. Windows color (decimal): -3117162 or 9859024. OLE color: 9859024.
HSL color Cylindrical-coordinate representation of color #D06F96: hue angle of 335.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06F96 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 150 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.18 |
| HSL | 335.88º | 0.51% | 0.63% | - |
| HSV(B) | 335.88º | 0.47% | 0.82% | - |
| XYZ | 37.2 | 26.98 | 32.1 | - |
| YUV | 144.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 150 | 0 | 0.47 | 0.28 | 0.18 | 335.88 | 0.51 | 0.63 |
| Hex | D0 | 6F | 96 | 0 | 2F | 1C | 12 | 150 | 33 | 3F |
| Octal | 320 | 157 | 226 | 0 | 57 | 34 | 22 | 520 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10010110 | 0 | 101111 | 11100 | 10010 | 101010000 | 110011 | 111111 |
Color Harmonies of #D06F96
Complementary color
Monochromatic Colors of #D06F96
Black with #D06F96
Text Example
Text Example
White with #D06F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F96; }
p { color: rgb(208,111,150); }
H1.HeaderClassName
{
color: #D06F96;
}
.AnyTagClassName
{
color: #D06F96;
}
</style>
background-color css
<style>
a { background-color: #D06F96; }
a { background-color: rgb(208,111,150); }
div.DivClassName
{
background-color: #D06F96;
}
.BgClassName
{
background-color: #D06F96;
}
</style>
border-color css
<style>
span { border-color: #D06F96; }
span { border-color: rgb(208,111,150); }
td.TdClassName
{
border-color: #D06F96;
}
.TagClassName
{
border-color: #D06F96;
}
</style>