Shades of Hopbush #D06AA8
Tints of Hopbush #D06AA8
RGB
CMYK
RGB Variations
Color information
#D06AA8 (or 0xD06AA8) is known color: Hopbush. HEX triplet: D0, 6A and A8. RGB value is (208,106,168). Sum of RGB (Red+Green+Blue) = 208+106+168=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06AA8 is #2F9557. Grayscale: #8F8F8F. Windows color (decimal): -3118424 or 11037392. OLE color: 11037392.
HSL color Cylindrical-coordinate representation of color #D06AA8: hue angle of 323.53º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06AA8 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 168 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.18 |
| HSL | 323.53º | 0.52% | 0.62% | - |
| HSV(B) | 323.53º | 0.49% | 0.82% | - |
| XYZ | 38.23 | 26.55 | 40.15 | - |
| YUV | 143.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 168 | 0 | 0.49 | 0.19 | 0.18 | 323.53 | 0.52 | 0.62 |
| Hex | D0 | 6A | A8 | 0 | 31 | 13 | 12 | 144 | 34 | 3E |
| Octal | 320 | 152 | 250 | 0 | 61 | 23 | 22 | 504 | 64 | 76 |
| Binary | 11010000 | 1101010 | 10101000 | 0 | 110001 | 10011 | 10010 | 101000100 | 110100 | 111110 |
Color Harmonies of #D06AA8
Complementary color
Monochromatic Colors of #D06AA8
Black with #D06AA8
Text Example
Text Example
White with #D06AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06AA8; }
p { color: rgb(208,106,168); }
H1.HeaderClassName
{
color: #D06AA8;
}
.AnyTagClassName
{
color: #D06AA8;
}
</style>
background-color css
<style>
a { background-color: #D06AA8; }
a { background-color: rgb(208,106,168); }
div.DivClassName
{
background-color: #D06AA8;
}
.BgClassName
{
background-color: #D06AA8;
}
</style>
border-color css
<style>
span { border-color: #D06AA8; }
span { border-color: rgb(208,106,168); }
td.TdClassName
{
border-color: #D06AA8;
}
.TagClassName
{
border-color: #D06AA8;
}
</style>