Shades of Hopbush #D06E96
Tints of Hopbush #D06E96
RGB
CMYK
RGB Variations
Color information
#D06E96 (or 0xD06E96) is known color: Hopbush. HEX triplet: D0, 6E and 96. RGB value is (208,110,150). Sum of RGB (Red+Green+Blue) = 208+110+150=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06E96 is #2F9169. Grayscale: #8F8F8F. Windows color (decimal): -3117418 or 9858768. OLE color: 9858768.
HSL color Cylindrical-coordinate representation of color #D06E96: hue angle of 335.51º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06E96 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 150 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.18 |
| HSL | 335.51º | 0.51% | 0.62% | - |
| HSV(B) | 335.51º | 0.47% | 0.82% | - |
| XYZ | 37.09 | 26.76 | 32.07 | - |
| YUV | 143.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 150 | 0 | 0.47 | 0.28 | 0.18 | 335.51 | 0.51 | 0.62 |
| Hex | D0 | 6E | 96 | 0 | 2F | 1C | 12 | 150 | 33 | 3E |
| Octal | 320 | 156 | 226 | 0 | 57 | 34 | 22 | 520 | 63 | 76 |
| Binary | 11010000 | 1101110 | 10010110 | 0 | 101111 | 11100 | 10010 | 101010000 | 110011 | 111110 |
Color Harmonies of #D06E96
Complementary color
Monochromatic Colors of #D06E96
Black with #D06E96
Text Example
Text Example
White with #D06E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E96; }
p { color: rgb(208,110,150); }
H1.HeaderClassName
{
color: #D06E96;
}
.AnyTagClassName
{
color: #D06E96;
}
</style>
background-color css
<style>
a { background-color: #D06E96; }
a { background-color: rgb(208,110,150); }
div.DivClassName
{
background-color: #D06E96;
}
.BgClassName
{
background-color: #D06E96;
}
</style>
border-color css
<style>
span { border-color: #D06E96; }
span { border-color: rgb(208,110,150); }
td.TdClassName
{
border-color: #D06E96;
}
.TagClassName
{
border-color: #D06E96;
}
</style>