Shades of Hopbush #D06F91
Tints of Hopbush #D06F91
RGB
CMYK
RGB Variations
Color information
#D06F91 (or 0xD06F91) is known color: Hopbush. HEX triplet: D0, 6F and 91. RGB value is (208,111,145). Sum of RGB (Red+Green+Blue) = 208+111+145=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F91 is #2F906E. Grayscale: #8F8F8F. Windows color (decimal): -3117167 or 9531344. OLE color: 9531344.
HSL color Cylindrical-coordinate representation of color #D06F91: hue angle of 338.97º 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 #D06F91 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 145 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.18 |
| HSL | 338.97º | 0.51% | 0.63% | - |
| HSV(B) | 338.97º | 0.47% | 0.82% | - |
| XYZ | 36.81 | 26.82 | 30.03 | - |
| YUV | 143.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 145 | 0 | 0.47 | 0.30 | 0.18 | 338.97 | 0.51 | 0.63 |
| Hex | D0 | 6F | 91 | 0 | 2F | 1E | 12 | 153 | 33 | 3F |
| Octal | 320 | 157 | 221 | 0 | 57 | 36 | 22 | 523 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10010001 | 0 | 101111 | 11110 | 10010 | 101010011 | 110011 | 111111 |
Color Harmonies of #D06F91
Complementary color
Monochromatic Colors of #D06F91
Black with #D06F91
Text Example
Text Example
White with #D06F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F91; }
p { color: rgb(208,111,145); }
H1.HeaderClassName
{
color: #D06F91;
}
.AnyTagClassName
{
color: #D06F91;
}
</style>
background-color css
<style>
a { background-color: #D06F91; }
a { background-color: rgb(208,111,145); }
div.DivClassName
{
background-color: #D06F91;
}
.BgClassName
{
background-color: #D06F91;
}
</style>
border-color css
<style>
span { border-color: #D06F91; }
span { border-color: rgb(208,111,145); }
td.TdClassName
{
border-color: #D06F91;
}
.TagClassName
{
border-color: #D06F91;
}
</style>