Shades of Hopbush #D06A8B
Tints of Hopbush #D06A8B
RGB
CMYK
RGB Variations
Color information
#D06A8B (or 0xD06A8B) is known color: Hopbush. HEX triplet: D0, 6A and 8B. RGB value is (208,106,139). Sum of RGB (Red+Green+Blue) = 208+106+139=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06A8B is #2F9574. Grayscale: #8C8C8C. Windows color (decimal): -3118453 or 9136848. OLE color: 9136848.
HSL color Cylindrical-coordinate representation of color #D06A8B: hue angle of 340.59º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06A8B is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 139 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.18 |
| HSL | 340.59º | 0.52% | 0.62% | - |
| HSV(B) | 340.59º | 0.49% | 0.82% | - |
| XYZ | 35.83 | 25.58 | 27.48 | - |
| YUV | 140.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 139 | 0 | 0.49 | 0.33 | 0.18 | 340.59 | 0.52 | 0.62 |
| Hex | D0 | 6A | 8B | 0 | 31 | 21 | 12 | 155 | 34 | 3E |
| Octal | 320 | 152 | 213 | 0 | 61 | 41 | 22 | 525 | 64 | 76 |
| Binary | 11010000 | 1101010 | 10001011 | 0 | 110001 | 100001 | 10010 | 101010101 | 110100 | 111110 |
Color Harmonies of #D06A8B
Complementary color
Monochromatic Colors of #D06A8B
Black with #D06A8B
Text Example
Text Example
White with #D06A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06A8B; }
p { color: rgb(208,106,139); }
H1.HeaderClassName
{
color: #D06A8B;
}
.AnyTagClassName
{
color: #D06A8B;
}
</style>
background-color css
<style>
a { background-color: #D06A8B; }
a { background-color: rgb(208,106,139); }
div.DivClassName
{
background-color: #D06A8B;
}
.BgClassName
{
background-color: #D06A8B;
}
</style>
border-color css
<style>
span { border-color: #D06A8B; }
span { border-color: rgb(208,106,139); }
td.TdClassName
{
border-color: #D06A8B;
}
.TagClassName
{
border-color: #D06A8B;
}
</style>