Shades of Hopbush #D065AF
Tints of Hopbush #D065AF
RGB
CMYK
RGB Variations
Color information
#D065AF (or 0xD065AF) is known color: Hopbush. HEX triplet: D0, 65 and AF. RGB value is (208,101,175). Sum of RGB (Red+Green+Blue) = 208+101+175=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D065AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D065AF is #2F9A50. Grayscale: #8D8D8D. Windows color (decimal): -3119697 or 11494864. OLE color: 11494864.
HSL color Cylindrical-coordinate representation of color #D065AF: hue angle of 318.5º 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 #D065AF is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 175 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.18 |
| HSL | 318.5º | 0.53% | 0.61% | - |
| HSV(B) | 318.5º | 0.51% | 0.82% | - |
| XYZ | 38.4 | 25.81 | 43.52 | - |
| YUV | 141.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 175 | 0 | 0.51 | 0.16 | 0.18 | 318.5 | 0.53 | 0.61 |
| Hex | D0 | 65 | AF | 0 | 33 | 10 | 12 | 13F | 35 | 3D |
| Octal | 320 | 145 | 257 | 0 | 63 | 20 | 22 | 477 | 65 | 75 |
| Binary | 11010000 | 1100101 | 10101111 | 0 | 110011 | 10000 | 10010 | 100111111 | 110101 | 111101 |
Color Harmonies of #D065AF
Complementary color
Monochromatic Colors of #D065AF
Black with #D065AF
Text Example
Text Example
White with #D065AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065AF; }
p { color: rgb(208,101,175); }
H1.HeaderClassName
{
color: #D065AF;
}
.AnyTagClassName
{
color: #D065AF;
}
</style>
background-color css
<style>
a { background-color: #D065AF; }
a { background-color: rgb(208,101,175); }
div.DivClassName
{
background-color: #D065AF;
}
.BgClassName
{
background-color: #D065AF;
}
</style>
border-color css
<style>
span { border-color: #D065AF; }
span { border-color: rgb(208,101,175); }
td.TdClassName
{
border-color: #D065AF;
}
.TagClassName
{
border-color: #D065AF;
}
</style>