Shades of Hopbush #D065AA
Tints of Hopbush #D065AA
RGB
CMYK
RGB Variations
Color information
#D065AA (or 0xD065AA) is known color: Hopbush. HEX triplet: D0, 65 and AA. RGB value is (208,101,170). Sum of RGB (Red+Green+Blue) = 208+101+170=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D065AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D065AA is #2F9A55. Grayscale: #8C8C8C. Windows color (decimal): -3119702 or 11167184. OLE color: 11167184.
HSL color Cylindrical-coordinate representation of color #D065AA: hue angle of 321.31º 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 #D065AA is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 170 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.18 |
| HSL | 321.31º | 0.53% | 0.61% | - |
| HSV(B) | 321.31º | 0.51% | 0.82% | - |
| XYZ | 37.92 | 25.62 | 40.98 | - |
| YUV | 140.86 | 144.45 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 170 | 0 | 0.51 | 0.18 | 0.18 | 321.31 | 0.53 | 0.61 |
| Hex | D0 | 65 | AA | 0 | 33 | 12 | 12 | 141 | 35 | 3D |
| Octal | 320 | 145 | 252 | 0 | 63 | 22 | 22 | 501 | 65 | 75 |
| Binary | 11010000 | 1100101 | 10101010 | 0 | 110011 | 10010 | 10010 | 101000001 | 110101 | 111101 |
Color Harmonies of #D065AA
Complementary color
Monochromatic Colors of #D065AA
Black with #D065AA
Text Example
Text Example
White with #D065AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065AA; }
p { color: rgb(208,101,170); }
H1.HeaderClassName
{
color: #D065AA;
}
.AnyTagClassName
{
color: #D065AA;
}
</style>
background-color css
<style>
a { background-color: #D065AA; }
a { background-color: rgb(208,101,170); }
div.DivClassName
{
background-color: #D065AA;
}
.BgClassName
{
background-color: #D065AA;
}
</style>
border-color css
<style>
span { border-color: #D065AA; }
span { border-color: rgb(208,101,170); }
td.TdClassName
{
border-color: #D065AA;
}
.TagClassName
{
border-color: #D065AA;
}
</style>