Shades of Hopbush #D06DAB
Tints of Hopbush #D06DAB
RGB
CMYK
RGB Variations
Color information
#D06DAB (or 0xD06DAB) is known color: Hopbush. HEX triplet: D0, 6D and AB. RGB value is (208,109,171). Sum of RGB (Red+Green+Blue) = 208+109+171=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06DAB is #2F9254. Grayscale: #919191. Windows color (decimal): -3117653 or 11234768. OLE color: 11234768.
HSL color Cylindrical-coordinate representation of color #D06DAB: hue angle of 322.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06DAB is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 171 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.18 |
| HSL | 322.42º | 0.51% | 0.62% | - |
| HSV(B) | 322.42º | 0.48% | 0.82% | - |
| XYZ | 38.83 | 27.29 | 41.75 | - |
| YUV | 145.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 171 | 0 | 0.48 | 0.18 | 0.18 | 322.42 | 0.51 | 0.62 |
| Hex | D0 | 6D | AB | 0 | 30 | 12 | 12 | 142 | 33 | 3E |
| Octal | 320 | 155 | 253 | 0 | 60 | 22 | 22 | 502 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10101011 | 0 | 110000 | 10010 | 10010 | 101000010 | 110011 | 111110 |
Color Harmonies of #D06DAB
Complementary color
Monochromatic Colors of #D06DAB
Black with #D06DAB
Text Example
Text Example
White with #D06DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DAB; }
p { color: rgb(208,109,171); }
H1.HeaderClassName
{
color: #D06DAB;
}
.AnyTagClassName
{
color: #D06DAB;
}
</style>
background-color css
<style>
a { background-color: #D06DAB; }
a { background-color: rgb(208,109,171); }
div.DivClassName
{
background-color: #D06DAB;
}
.BgClassName
{
background-color: #D06DAB;
}
</style>
border-color css
<style>
span { border-color: #D06DAB; }
span { border-color: rgb(208,109,171); }
td.TdClassName
{
border-color: #D06DAB;
}
.TagClassName
{
border-color: #D06DAB;
}
</style>