Shades of Hopbush #D06EA1
Tints of Hopbush #D06EA1
RGB
CMYK
RGB Variations
Color information
#D06EA1 (or 0xD06EA1) is known color: Hopbush. HEX triplet: D0, 6E and A1. RGB value is (208,110,161). Sum of RGB (Red+Green+Blue) = 208+110+161=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06EA1 is #2F915E. Grayscale: #919191. Windows color (decimal): -3117407 or 10579664. OLE color: 10579664.
HSL color Cylindrical-coordinate representation of color #D06EA1: hue angle of 328.78º 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 #D06EA1 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 161 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.18 |
| HSL | 328.78º | 0.51% | 0.62% | - |
| HSV(B) | 328.78º | 0.47% | 0.82% | - |
| XYZ | 38.02 | 27.13 | 36.95 | - |
| YUV | 145.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 161 | 0 | 0.47 | 0.23 | 0.18 | 328.78 | 0.51 | 0.62 |
| Hex | D0 | 6E | A1 | 0 | 2F | 17 | 12 | 149 | 33 | 3E |
| Octal | 320 | 156 | 241 | 0 | 57 | 27 | 22 | 511 | 63 | 76 |
| Binary | 11010000 | 1101110 | 10100001 | 0 | 101111 | 10111 | 10010 | 101001001 | 110011 | 111110 |
Color Harmonies of #D06EA1
Complementary color
Monochromatic Colors of #D06EA1
Black with #D06EA1
Text Example
Text Example
White with #D06EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06EA1; }
p { color: rgb(208,110,161); }
H1.HeaderClassName
{
color: #D06EA1;
}
.AnyTagClassName
{
color: #D06EA1;
}
</style>
background-color css
<style>
a { background-color: #D06EA1; }
a { background-color: rgb(208,110,161); }
div.DivClassName
{
background-color: #D06EA1;
}
.BgClassName
{
background-color: #D06EA1;
}
</style>
border-color css
<style>
span { border-color: #D06EA1; }
span { border-color: rgb(208,110,161); }
td.TdClassName
{
border-color: #D06EA1;
}
.TagClassName
{
border-color: #D06EA1;
}
</style>