Shades of Hopbush #D06E9A
Tints of Hopbush #D06E9A
RGB
CMYK
RGB Variations
Color information
#D06E9A (or 0xD06E9A) is known color: Hopbush. HEX triplet: D0, 6E and 9A. RGB value is (208,110,154). Sum of RGB (Red+Green+Blue) = 208+110+154=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06E9A is #2F9165. Grayscale: #909090. Windows color (decimal): -3117414 or 10120912. OLE color: 10120912.
HSL color Cylindrical-coordinate representation of color #D06E9A: hue angle of 333.06º 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 #D06E9A is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 154 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.18 |
| HSL | 333.06º | 0.51% | 0.62% | - |
| HSV(B) | 333.06º | 0.47% | 0.82% | - |
| XYZ | 37.42 | 26.89 | 33.79 | - |
| YUV | 144.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 154 | 0 | 0.47 | 0.26 | 0.18 | 333.06 | 0.51 | 0.62 |
| Hex | D0 | 6E | 9A | 0 | 2F | 1A | 12 | 14D | 33 | 3E |
| Octal | 320 | 156 | 232 | 0 | 57 | 32 | 22 | 515 | 63 | 76 |
| Binary | 11010000 | 1101110 | 10011010 | 0 | 101111 | 11010 | 10010 | 101001101 | 110011 | 111110 |
Color Harmonies of #D06E9A
Complementary color
Monochromatic Colors of #D06E9A
Black with #D06E9A
Text Example
Text Example
White with #D06E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E9A; }
p { color: rgb(208,110,154); }
H1.HeaderClassName
{
color: #D06E9A;
}
.AnyTagClassName
{
color: #D06E9A;
}
</style>
background-color css
<style>
a { background-color: #D06E9A; }
a { background-color: rgb(208,110,154); }
div.DivClassName
{
background-color: #D06E9A;
}
.BgClassName
{
background-color: #D06E9A;
}
</style>
border-color css
<style>
span { border-color: #D06E9A; }
span { border-color: rgb(208,110,154); }
td.TdClassName
{
border-color: #D06E9A;
}
.TagClassName
{
border-color: #D06E9A;
}
</style>