Shades of Hopbush #D06EA8
Tints of Hopbush #D06EA8
RGB
CMYK
RGB Variations
Color information
#D06EA8 (or 0xD06EA8) is known color: Hopbush. HEX triplet: D0, 6E and A8. RGB value is (208,110,168). Sum of RGB (Red+Green+Blue) = 208+110+168=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06EA8 is #2F9157. Grayscale: #919191. Windows color (decimal): -3117400 or 11038416. OLE color: 11038416.
HSL color Cylindrical-coordinate representation of color #D06EA8: hue angle of 324.49º 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 #D06EA8 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 168 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.18 |
| HSL | 324.49º | 0.51% | 0.62% | - |
| HSV(B) | 324.49º | 0.47% | 0.82% | - |
| XYZ | 38.66 | 27.39 | 40.29 | - |
| YUV | 145.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 168 | 0 | 0.47 | 0.19 | 0.18 | 324.49 | 0.51 | 0.62 |
| Hex | D0 | 6E | A8 | 0 | 2F | 13 | 12 | 144 | 33 | 3E |
| Octal | 320 | 156 | 250 | 0 | 57 | 23 | 22 | 504 | 63 | 76 |
| Binary | 11010000 | 1101110 | 10101000 | 0 | 101111 | 10011 | 10010 | 101000100 | 110011 | 111110 |
Color Harmonies of #D06EA8
Complementary color
Monochromatic Colors of #D06EA8
Black with #D06EA8
Text Example
Text Example
White with #D06EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06EA8; }
p { color: rgb(208,110,168); }
H1.HeaderClassName
{
color: #D06EA8;
}
.AnyTagClassName
{
color: #D06EA8;
}
</style>
background-color css
<style>
a { background-color: #D06EA8; }
a { background-color: rgb(208,110,168); }
div.DivClassName
{
background-color: #D06EA8;
}
.BgClassName
{
background-color: #D06EA8;
}
</style>
border-color css
<style>
span { border-color: #D06EA8; }
span { border-color: rgb(208,110,168); }
td.TdClassName
{
border-color: #D06EA8;
}
.TagClassName
{
border-color: #D06EA8;
}
</style>