Shades of Hopbush #D65EA9
Tints of Hopbush #D65EA9
RGB
CMYK
RGB Variations
Color information
#D65EA9 (or 0xD65EA9) is known color: Hopbush. HEX triplet: D6, 5E and A9. RGB value is (214,94,169). Sum of RGB (Red+Green+Blue) = 214+94+169=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65EA9 is #29A156. Grayscale: #8A8A8A. Windows color (decimal): -2728279 or 11099862. OLE color: 11099862.
HSL color Cylindrical-coordinate representation of color #D65EA9: hue angle of 322.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65EA9 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 169 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.16 |
| HSL | 322.5º | 0.59% | 0.6% | - |
| HSV(B) | 322.5º | 0.56% | 0.84% | - |
| XYZ | 38.9 | 25.17 | 40.34 | - |
| YUV | 138.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 169 | 0 | 0.56 | 0.21 | 0.16 | 322.5 | 0.59 | 0.6 |
| Hex | D6 | 5E | A9 | 0 | 38 | 15 | 10 | 142 | 3B | 3C |
| Octal | 326 | 136 | 251 | 0 | 70 | 25 | 20 | 502 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10101001 | 0 | 111000 | 10101 | 10000 | 101000010 | 111011 | 111100 |
Color Harmonies of #D65EA9
Complementary color
Monochromatic Colors of #D65EA9
Black with #D65EA9
Text Example
Text Example
White with #D65EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EA9; }
p { color: rgb(214,94,169); }
H1.HeaderClassName
{
color: #D65EA9;
}
.AnyTagClassName
{
color: #D65EA9;
}
</style>
background-color css
<style>
a { background-color: #D65EA9; }
a { background-color: rgb(214,94,169); }
div.DivClassName
{
background-color: #D65EA9;
}
.BgClassName
{
background-color: #D65EA9;
}
</style>
border-color css
<style>
span { border-color: #D65EA9; }
span { border-color: rgb(214,94,169); }
td.TdClassName
{
border-color: #D65EA9;
}
.TagClassName
{
border-color: #D65EA9;
}
</style>