Shades of Hopbush #D066A0
Tints of Hopbush #D066A0
RGB
CMYK
RGB Variations
Color information
#D066A0 (or 0xD066A0) is known color: Hopbush. HEX triplet: D0, 66 and A0. RGB value is (208,102,160). Sum of RGB (Red+Green+Blue) = 208+102+160=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D066A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D066A0 is #2F995F. Grayscale: #8C8C8C. Windows color (decimal): -3119456 or 10512080. OLE color: 10512080.
HSL color Cylindrical-coordinate representation of color #D066A0: hue angle of 327.17º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D066A0 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 160 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.18 |
| HSL | 327.17º | 0.53% | 0.61% | - |
| HSV(B) | 327.17º | 0.51% | 0.82% | - |
| XYZ | 37.11 | 25.45 | 36.21 | - |
| YUV | 140.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 160 | 0 | 0.51 | 0.23 | 0.18 | 327.17 | 0.53 | 0.61 |
| Hex | D0 | 66 | A0 | 0 | 33 | 17 | 12 | 147 | 35 | 3D |
| Octal | 320 | 146 | 240 | 0 | 63 | 27 | 22 | 507 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10100000 | 0 | 110011 | 10111 | 10010 | 101000111 | 110101 | 111101 |
Color Harmonies of #D066A0
Complementary color
Monochromatic Colors of #D066A0
Black with #D066A0
Text Example
Text Example
White with #D066A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066A0; }
p { color: rgb(208,102,160); }
H1.HeaderClassName
{
color: #D066A0;
}
.AnyTagClassName
{
color: #D066A0;
}
</style>
background-color css
<style>
a { background-color: #D066A0; }
a { background-color: rgb(208,102,160); }
div.DivClassName
{
background-color: #D066A0;
}
.BgClassName
{
background-color: #D066A0;
}
</style>
border-color css
<style>
span { border-color: #D066A0; }
span { border-color: rgb(208,102,160); }
td.TdClassName
{
border-color: #D066A0;
}
.TagClassName
{
border-color: #D066A0;
}
</style>