Shades of Hopbush #D65AA9
Tints of Hopbush #D65AA9
RGB
CMYK
RGB Variations
Color information
#D65AA9 (or 0xD65AA9) is known color: Hopbush. HEX triplet: D6, 5A and A9. RGB value is (214,90,169). Sum of RGB (Red+Green+Blue) = 214+90+169=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65AA9 is #29A556. Grayscale: #878787. Windows color (decimal): -2729303 or 11098838. OLE color: 11098838.
HSL color Cylindrical-coordinate representation of color #D65AA9: hue angle of 321.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65AA9 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 169 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.16 |
| HSL | 321.77º | 0.6% | 0.6% | - |
| HSV(B) | 321.77º | 0.58% | 0.84% | - |
| XYZ | 38.55 | 24.47 | 40.23 | - |
| YUV | 136.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 169 | 0 | 0.58 | 0.21 | 0.16 | 321.77 | 0.6 | 0.6 |
| Hex | D6 | 5A | A9 | 0 | 3A | 15 | 10 | 142 | 3C | 3C |
| Octal | 326 | 132 | 251 | 0 | 72 | 25 | 20 | 502 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10101001 | 0 | 111010 | 10101 | 10000 | 101000010 | 111100 | 111100 |
Color Harmonies of #D65AA9
Complementary color
Monochromatic Colors of #D65AA9
Black with #D65AA9
Text Example
Text Example
White with #D65AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AA9; }
p { color: rgb(214,90,169); }
H1.HeaderClassName
{
color: #D65AA9;
}
.AnyTagClassName
{
color: #D65AA9;
}
</style>
background-color css
<style>
a { background-color: #D65AA9; }
a { background-color: rgb(214,90,169); }
div.DivClassName
{
background-color: #D65AA9;
}
.BgClassName
{
background-color: #D65AA9;
}
</style>
border-color css
<style>
span { border-color: #D65AA9; }
span { border-color: rgb(214,90,169); }
td.TdClassName
{
border-color: #D65AA9;
}
.TagClassName
{
border-color: #D65AA9;
}
</style>