Shades of Hopbush #D060AA
Tints of Hopbush #D060AA
RGB
CMYK
RGB Variations
Color information
#D060AA (or 0xD060AA) is known color: Hopbush. HEX triplet: D0, 60 and AA. RGB value is (208,96,170). Sum of RGB (Red+Green+Blue) = 208+96+170=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D060AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D060AA is #2F9F55. Grayscale: #898989. Windows color (decimal): -3120982 or 11165904. OLE color: 11165904.
HSL color Cylindrical-coordinate representation of color #D060AA: hue angle of 320.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D060AA is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 170 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.18 |
| HSL | 320.36º | 0.54% | 0.6% | - |
| HSV(B) | 320.36º | 0.54% | 0.82% | - |
| XYZ | 37.45 | 24.68 | 40.82 | - |
| YUV | 137.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 170 | 0 | 0.54 | 0.18 | 0.18 | 320.36 | 0.54 | 0.6 |
| Hex | D0 | 60 | AA | 0 | 36 | 12 | 12 | 140 | 36 | 3C |
| Octal | 320 | 140 | 252 | 0 | 66 | 22 | 22 | 500 | 66 | 74 |
| Binary | 11010000 | 1100000 | 10101010 | 0 | 110110 | 10010 | 10010 | 101000000 | 110110 | 111100 |
Color Harmonies of #D060AA
Complementary color
Monochromatic Colors of #D060AA
Black with #D060AA
Text Example
Text Example
White with #D060AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D060AA; }
p { color: rgb(208,96,170); }
H1.HeaderClassName
{
color: #D060AA;
}
.AnyTagClassName
{
color: #D060AA;
}
</style>
background-color css
<style>
a { background-color: #D060AA; }
a { background-color: rgb(208,96,170); }
div.DivClassName
{
background-color: #D060AA;
}
.BgClassName
{
background-color: #D060AA;
}
</style>
border-color css
<style>
span { border-color: #D060AA; }
span { border-color: rgb(208,96,170); }
td.TdClassName
{
border-color: #D060AA;
}
.TagClassName
{
border-color: #D060AA;
}
</style>