Shades of Hopbush #D06F8F
Tints of Hopbush #D06F8F
RGB
CMYK
RGB Variations
Color information
#D06F8F (or 0xD06F8F) is known color: Hopbush. HEX triplet: D0, 6F and 8F. RGB value is (208,111,143). Sum of RGB (Red+Green+Blue) = 208+111+143=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F8F is #2F9070. Grayscale: #8F8F8F. Windows color (decimal): -3117169 or 9400272. OLE color: 9400272.
HSL color Cylindrical-coordinate representation of color #D06F8F: hue angle of 340.21º 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 #D06F8F is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 143 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.18 |
| HSL | 340.21º | 0.51% | 0.63% | - |
| HSV(B) | 340.21º | 0.47% | 0.82% | - |
| XYZ | 36.65 | 26.76 | 29.22 | - |
| YUV | 143.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 143 | 0 | 0.47 | 0.31 | 0.18 | 340.21 | 0.51 | 0.63 |
| Hex | D0 | 6F | 8F | 0 | 2F | 1F | 12 | 154 | 33 | 3F |
| Octal | 320 | 157 | 217 | 0 | 57 | 37 | 22 | 524 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10001111 | 0 | 101111 | 11111 | 10010 | 101010100 | 110011 | 111111 |
Color Harmonies of #D06F8F
Complementary color
Monochromatic Colors of #D06F8F
Black with #D06F8F
Text Example
Text Example
White with #D06F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F8F; }
p { color: rgb(208,111,143); }
H1.HeaderClassName
{
color: #D06F8F;
}
.AnyTagClassName
{
color: #D06F8F;
}
</style>
background-color css
<style>
a { background-color: #D06F8F; }
a { background-color: rgb(208,111,143); }
div.DivClassName
{
background-color: #D06F8F;
}
.BgClassName
{
background-color: #D06F8F;
}
</style>
border-color css
<style>
span { border-color: #D06F8F; }
span { border-color: rgb(208,111,143); }
td.TdClassName
{
border-color: #D06F8F;
}
.TagClassName
{
border-color: #D06F8F;
}
</style>