Shades of Hopbush #D06B9D
Tints of Hopbush #D06B9D
RGB
CMYK
RGB Variations
Color information
#D06B9D (or 0xD06B9D) is known color: Hopbush. HEX triplet: D0, 6B and 9D. RGB value is (208,107,157). Sum of RGB (Red+Green+Blue) = 208+107+157=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06B9D is #2F9462. Grayscale: #8E8E8E. Windows color (decimal): -3118179 or 10316752. OLE color: 10316752.
HSL color Cylindrical-coordinate representation of color #D06B9D: hue angle of 330.3º 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 #D06B9D is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 157 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.18 |
| HSL | 330.3º | 0.52% | 0.62% | - |
| HSV(B) | 330.3º | 0.49% | 0.82% | - |
| XYZ | 37.36 | 26.36 | 35.02 | - |
| YUV | 142.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 157 | 0 | 0.49 | 0.25 | 0.18 | 330.3 | 0.52 | 0.62 |
| Hex | D0 | 6B | 9D | 0 | 31 | 19 | 12 | 14A | 34 | 3E |
| Octal | 320 | 153 | 235 | 0 | 61 | 31 | 22 | 512 | 64 | 76 |
| Binary | 11010000 | 1101011 | 10011101 | 0 | 110001 | 11001 | 10010 | 101001010 | 110100 | 111110 |
Color Harmonies of #D06B9D
Complementary color
Monochromatic Colors of #D06B9D
Black with #D06B9D
Text Example
Text Example
White with #D06B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06B9D; }
p { color: rgb(208,107,157); }
H1.HeaderClassName
{
color: #D06B9D;
}
.AnyTagClassName
{
color: #D06B9D;
}
</style>
background-color css
<style>
a { background-color: #D06B9D; }
a { background-color: rgb(208,107,157); }
div.DivClassName
{
background-color: #D06B9D;
}
.BgClassName
{
background-color: #D06B9D;
}
</style>
border-color css
<style>
span { border-color: #D06B9D; }
span { border-color: rgb(208,107,157); }
td.TdClassName
{
border-color: #D06B9D;
}
.TagClassName
{
border-color: #D06B9D;
}
</style>