Shades of Hopbush #D06D9F
Tints of Hopbush #D06D9F
RGB
CMYK
RGB Variations
Color information
#D06D9F (or 0xD06D9F) is known color: Hopbush. HEX triplet: D0, 6D and 9F. RGB value is (208,109,159). Sum of RGB (Red+Green+Blue) = 208+109+159=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06D9F is #2F9260. Grayscale: #909090. Windows color (decimal): -3117665 or 10448336. OLE color: 10448336.
HSL color Cylindrical-coordinate representation of color #D06D9F: hue angle of 329.7º 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 #D06D9F is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 159 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.18 |
| HSL | 329.7º | 0.51% | 0.62% | - |
| HSV(B) | 329.7º | 0.48% | 0.82% | - |
| XYZ | 37.74 | 26.85 | 35.99 | - |
| YUV | 144.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 159 | 0 | 0.48 | 0.24 | 0.18 | 329.7 | 0.51 | 0.62 |
| Hex | D0 | 6D | 9F | 0 | 30 | 18 | 12 | 14A | 33 | 3E |
| Octal | 320 | 155 | 237 | 0 | 60 | 30 | 22 | 512 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10011111 | 0 | 110000 | 11000 | 10010 | 101001010 | 110011 | 111110 |
Color Harmonies of #D06D9F
Complementary color
Monochromatic Colors of #D06D9F
Black with #D06D9F
Text Example
Text Example
White with #D06D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D9F; }
p { color: rgb(208,109,159); }
H1.HeaderClassName
{
color: #D06D9F;
}
.AnyTagClassName
{
color: #D06D9F;
}
</style>
background-color css
<style>
a { background-color: #D06D9F; }
a { background-color: rgb(208,109,159); }
div.DivClassName
{
background-color: #D06D9F;
}
.BgClassName
{
background-color: #D06D9F;
}
</style>
border-color css
<style>
span { border-color: #D06D9F; }
span { border-color: rgb(208,109,159); }
td.TdClassName
{
border-color: #D06D9F;
}
.TagClassName
{
border-color: #D06D9F;
}
</style>