Shades of Hopbush #D066AB
Tints of Hopbush #D066AB
RGB
CMYK
RGB Variations
Color information
#D066AB (or 0xD066AB) is known color: Hopbush. HEX triplet: D0, 66 and AB. RGB value is (208,102,171). Sum of RGB (Red+Green+Blue) = 208+102+171=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D066AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D066AB is #2F9954. Grayscale: #8D8D8D. Windows color (decimal): -3119445 or 11232976. OLE color: 11232976.
HSL color Cylindrical-coordinate representation of color #D066AB: hue angle of 320.94º 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 #D066AB is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 171 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.18 |
| HSL | 320.94º | 0.53% | 0.61% | - |
| HSV(B) | 320.94º | 0.51% | 0.82% | - |
| XYZ | 38.11 | 25.85 | 41.51 | - |
| YUV | 141.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 171 | 0 | 0.51 | 0.18 | 0.18 | 320.94 | 0.53 | 0.61 |
| Hex | D0 | 66 | AB | 0 | 33 | 12 | 12 | 141 | 35 | 3D |
| Octal | 320 | 146 | 253 | 0 | 63 | 22 | 22 | 501 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10101011 | 0 | 110011 | 10010 | 10010 | 101000001 | 110101 | 111101 |
Color Harmonies of #D066AB
Complementary color
Monochromatic Colors of #D066AB
Black with #D066AB
Text Example
Text Example
White with #D066AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066AB; }
p { color: rgb(208,102,171); }
H1.HeaderClassName
{
color: #D066AB;
}
.AnyTagClassName
{
color: #D066AB;
}
</style>
background-color css
<style>
a { background-color: #D066AB; }
a { background-color: rgb(208,102,171); }
div.DivClassName
{
background-color: #D066AB;
}
.BgClassName
{
background-color: #D066AB;
}
</style>
border-color css
<style>
span { border-color: #D066AB; }
span { border-color: rgb(208,102,171); }
td.TdClassName
{
border-color: #D066AB;
}
.TagClassName
{
border-color: #D066AB;
}
</style>