Shades of Hopbush #D06A8F
Tints of Hopbush #D06A8F
RGB
CMYK
RGB Variations
Color information
#D06A8F (or 0xD06A8F) is known color: Hopbush. HEX triplet: D0, 6A and 8F. RGB value is (208,106,143). Sum of RGB (Red+Green+Blue) = 208+106+143=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06A8F is #2F9570. Grayscale: #8C8C8C. Windows color (decimal): -3118449 or 9398992. OLE color: 9398992.
HSL color Cylindrical-coordinate representation of color #D06A8F: hue angle of 338.24º 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 #D06A8F is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 143 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.18 |
| HSL | 338.24º | 0.52% | 0.62% | - |
| HSV(B) | 338.24º | 0.49% | 0.82% | - |
| XYZ | 36.12 | 25.7 | 29.04 | - |
| YUV | 140.72 | 129.29 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 143 | 0 | 0.49 | 0.31 | 0.18 | 338.24 | 0.52 | 0.62 |
| Hex | D0 | 6A | 8F | 0 | 31 | 1F | 12 | 152 | 34 | 3E |
| Octal | 320 | 152 | 217 | 0 | 61 | 37 | 22 | 522 | 64 | 76 |
| Binary | 11010000 | 1101010 | 10001111 | 0 | 110001 | 11111 | 10010 | 101010010 | 110100 | 111110 |
Color Harmonies of #D06A8F
Complementary color
Monochromatic Colors of #D06A8F
Black with #D06A8F
Text Example
Text Example
White with #D06A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06A8F; }
p { color: rgb(208,106,143); }
H1.HeaderClassName
{
color: #D06A8F;
}
.AnyTagClassName
{
color: #D06A8F;
}
</style>
background-color css
<style>
a { background-color: #D06A8F; }
a { background-color: rgb(208,106,143); }
div.DivClassName
{
background-color: #D06A8F;
}
.BgClassName
{
background-color: #D06A8F;
}
</style>
border-color css
<style>
span { border-color: #D06A8F; }
span { border-color: rgb(208,106,143); }
td.TdClassName
{
border-color: #D06A8F;
}
.TagClassName
{
border-color: #D06A8F;
}
</style>