Shades of Hopbush #D06E99
Tints of Hopbush #D06E99
RGB
CMYK
RGB Variations
Color information
#D06E99 (or 0xD06E99) is known color: Hopbush. HEX triplet: D0, 6E and 99. RGB value is (208,110,153). Sum of RGB (Red+Green+Blue) = 208+110+153=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06E99 is #2F9166. Grayscale: #909090. Windows color (decimal): -3117415 or 10055376. OLE color: 10055376.
HSL color Cylindrical-coordinate representation of color #D06E99: hue angle of 333.67º 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 #D06E99 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 153 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.18 |
| HSL | 333.67º | 0.51% | 0.62% | - |
| HSV(B) | 333.67º | 0.47% | 0.82% | - |
| XYZ | 37.34 | 26.86 | 33.35 | - |
| YUV | 144.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 153 | 0 | 0.47 | 0.26 | 0.18 | 333.67 | 0.51 | 0.62 |
| Hex | D0 | 6E | 99 | 0 | 2F | 1A | 12 | 14E | 33 | 3E |
| Octal | 320 | 156 | 231 | 0 | 57 | 32 | 22 | 516 | 63 | 76 |
| Binary | 11010000 | 1101110 | 10011001 | 0 | 101111 | 11010 | 10010 | 101001110 | 110011 | 111110 |
Color Harmonies of #D06E99
Complementary color
Monochromatic Colors of #D06E99
Black with #D06E99
Text Example
Text Example
White with #D06E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E99; }
p { color: rgb(208,110,153); }
H1.HeaderClassName
{
color: #D06E99;
}
.AnyTagClassName
{
color: #D06E99;
}
</style>
background-color css
<style>
a { background-color: #D06E99; }
a { background-color: rgb(208,110,153); }
div.DivClassName
{
background-color: #D06E99;
}
.BgClassName
{
background-color: #D06E99;
}
</style>
border-color css
<style>
span { border-color: #D06E99; }
span { border-color: rgb(208,110,153); }
td.TdClassName
{
border-color: #D06E99;
}
.TagClassName
{
border-color: #D06E99;
}
</style>