Shades of Hopbush #D06B9C
Tints of Hopbush #D06B9C
RGB
CMYK
RGB Variations
Color information
#D06B9C (or 0xD06B9C) is known color: Hopbush. HEX triplet: D0, 6B and 9C. RGB value is (208,107,156). Sum of RGB (Red+Green+Blue) = 208+107+156=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06B9C is #2F9463. Grayscale: #8E8E8E. Windows color (decimal): -3118180 or 10251216. OLE color: 10251216.
HSL color Cylindrical-coordinate representation of color #D06B9C: hue angle of 330.89º 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 #D06B9C is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 156 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.18 |
| HSL | 330.89º | 0.52% | 0.62% | - |
| HSV(B) | 330.89º | 0.49% | 0.82% | - |
| XYZ | 37.27 | 26.33 | 34.57 | - |
| YUV | 142.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 156 | 0 | 0.49 | 0.25 | 0.18 | 330.89 | 0.52 | 0.62 |
| Hex | D0 | 6B | 9C | 0 | 31 | 19 | 12 | 14B | 34 | 3E |
| Octal | 320 | 153 | 234 | 0 | 61 | 31 | 22 | 513 | 64 | 76 |
| Binary | 11010000 | 1101011 | 10011100 | 0 | 110001 | 11001 | 10010 | 101001011 | 110100 | 111110 |
Color Harmonies of #D06B9C
Complementary color
Monochromatic Colors of #D06B9C
Black with #D06B9C
Text Example
Text Example
White with #D06B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06B9C; }
p { color: rgb(208,107,156); }
H1.HeaderClassName
{
color: #D06B9C;
}
.AnyTagClassName
{
color: #D06B9C;
}
</style>
background-color css
<style>
a { background-color: #D06B9C; }
a { background-color: rgb(208,107,156); }
div.DivClassName
{
background-color: #D06B9C;
}
.BgClassName
{
background-color: #D06B9C;
}
</style>
border-color css
<style>
span { border-color: #D06B9C; }
span { border-color: rgb(208,107,156); }
td.TdClassName
{
border-color: #D06B9C;
}
.TagClassName
{
border-color: #D06B9C;
}
</style>