Shades of Hopbush #D06F92
Tints of Hopbush #D06F92
RGB
CMYK
RGB Variations
Color information
#D06F92 (or 0xD06F92) is known color: Hopbush. HEX triplet: D0, 6F and 92. RGB value is (208,111,146). Sum of RGB (Red+Green+Blue) = 208+111+146=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F92 is #2F906D. Grayscale: #8F8F8F. Windows color (decimal): -3117166 or 9596880. OLE color: 9596880.
HSL color Cylindrical-coordinate representation of color #D06F92: hue angle of 338.35º 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 #D06F92 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 146 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.18 |
| HSL | 338.35º | 0.51% | 0.63% | - |
| HSV(B) | 338.35º | 0.47% | 0.82% | - |
| XYZ | 36.89 | 26.85 | 30.43 | - |
| YUV | 143.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 146 | 0 | 0.47 | 0.30 | 0.18 | 338.35 | 0.51 | 0.63 |
| Hex | D0 | 6F | 92 | 0 | 2F | 1E | 12 | 152 | 33 | 3F |
| Octal | 320 | 157 | 222 | 0 | 57 | 36 | 22 | 522 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10010010 | 0 | 101111 | 11110 | 10010 | 101010010 | 110011 | 111111 |
Color Harmonies of #D06F92
Complementary color
Monochromatic Colors of #D06F92
Black with #D06F92
Text Example
Text Example
White with #D06F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F92; }
p { color: rgb(208,111,146); }
H1.HeaderClassName
{
color: #D06F92;
}
.AnyTagClassName
{
color: #D06F92;
}
</style>
background-color css
<style>
a { background-color: #D06F92; }
a { background-color: rgb(208,111,146); }
div.DivClassName
{
background-color: #D06F92;
}
.BgClassName
{
background-color: #D06F92;
}
</style>
border-color css
<style>
span { border-color: #D06F92; }
span { border-color: rgb(208,111,146); }
td.TdClassName
{
border-color: #D06F92;
}
.TagClassName
{
border-color: #D06F92;
}
</style>