Shades of Hopbush #D06D96
Tints of Hopbush #D06D96
RGB
CMYK
RGB Variations
Color information
#D06D96 (or 0xD06D96) is known color: Hopbush. HEX triplet: D0, 6D and 96. RGB value is (208,109,150). Sum of RGB (Red+Green+Blue) = 208+109+150=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06D96 is #2F9269. Grayscale: #8F8F8F. Windows color (decimal): -3117674 or 9858512. OLE color: 9858512.
HSL color Cylindrical-coordinate representation of color #D06D96: hue angle of 335.15º 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 #D06D96 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 150 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.18 |
| HSL | 335.15º | 0.51% | 0.62% | - |
| HSV(B) | 335.15º | 0.48% | 0.82% | - |
| XYZ | 36.99 | 26.55 | 32.03 | - |
| YUV | 143.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 150 | 0 | 0.48 | 0.28 | 0.18 | 335.15 | 0.51 | 0.62 |
| Hex | D0 | 6D | 96 | 0 | 30 | 1C | 12 | 14F | 33 | 3E |
| Octal | 320 | 155 | 226 | 0 | 60 | 34 | 22 | 517 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10010110 | 0 | 110000 | 11100 | 10010 | 101001111 | 110011 | 111110 |
Color Harmonies of #D06D96
Complementary color
Monochromatic Colors of #D06D96
Black with #D06D96
Text Example
Text Example
White with #D06D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D96; }
p { color: rgb(208,109,150); }
H1.HeaderClassName
{
color: #D06D96;
}
.AnyTagClassName
{
color: #D06D96;
}
</style>
background-color css
<style>
a { background-color: #D06D96; }
a { background-color: rgb(208,109,150); }
div.DivClassName
{
background-color: #D06D96;
}
.BgClassName
{
background-color: #D06D96;
}
</style>
border-color css
<style>
span { border-color: #D06D96; }
span { border-color: rgb(208,109,150); }
td.TdClassName
{
border-color: #D06D96;
}
.TagClassName
{
border-color: #D06D96;
}
</style>