Shades of Hopbush #D06D9B
Tints of Hopbush #D06D9B
RGB
CMYK
RGB Variations
Color information
#D06D9B (or 0xD06D9B) is known color: Hopbush. HEX triplet: D0, 6D and 9B. RGB value is (208,109,155). Sum of RGB (Red+Green+Blue) = 208+109+155=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06D9B is #2F9264. Grayscale: #8F8F8F. Windows color (decimal): -3117669 or 10186192. OLE color: 10186192.
HSL color Cylindrical-coordinate representation of color #D06D9B: hue angle of 332.12º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06D9B is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 155 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.18 |
| HSL | 332.12º | 0.51% | 0.62% | - |
| HSV(B) | 332.12º | 0.48% | 0.82% | - |
| XYZ | 37.4 | 26.71 | 34.2 | - |
| YUV | 143.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 155 | 0 | 0.48 | 0.25 | 0.18 | 332.12 | 0.51 | 0.62 |
| Hex | D0 | 6D | 9B | 0 | 30 | 19 | 12 | 14C | 33 | 3E |
| Octal | 320 | 155 | 233 | 0 | 60 | 31 | 22 | 514 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10011011 | 0 | 110000 | 11001 | 10010 | 101001100 | 110011 | 111110 |
Color Harmonies of #D06D9B
Complementary color
Monochromatic Colors of #D06D9B
Black with #D06D9B
Text Example
Text Example
White with #D06D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D9B; }
p { color: rgb(208,109,155); }
H1.HeaderClassName
{
color: #D06D9B;
}
.AnyTagClassName
{
color: #D06D9B;
}
</style>
background-color css
<style>
a { background-color: #D06D9B; }
a { background-color: rgb(208,109,155); }
div.DivClassName
{
background-color: #D06D9B;
}
.BgClassName
{
background-color: #D06D9B;
}
</style>
border-color css
<style>
span { border-color: #D06D9B; }
span { border-color: rgb(208,109,155); }
td.TdClassName
{
border-color: #D06D9B;
}
.TagClassName
{
border-color: #D06D9B;
}
</style>