Shades of Hopbush #D65EA5
Tints of Hopbush #D65EA5
RGB
CMYK
RGB Variations
Color information
#D65EA5 (or 0xD65EA5) is known color: Hopbush. HEX triplet: D6, 5E and A5. RGB value is (214,94,165). Sum of RGB (Red+Green+Blue) = 214+94+165=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65EA5 is #29A15A. Grayscale: #898989. Windows color (decimal): -2728283 or 10837718. OLE color: 10837718.
HSL color Cylindrical-coordinate representation of color #D65EA5: hue angle of 324.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 #D65EA5 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 165 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.16 |
| HSL | 324.5º | 0.59% | 0.6% | - |
| HSV(B) | 324.5º | 0.56% | 0.84% | - |
| XYZ | 38.53 | 25.02 | 38.4 | - |
| YUV | 137.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 165 | 0 | 0.56 | 0.23 | 0.16 | 324.5 | 0.59 | 0.6 |
| Hex | D6 | 5E | A5 | 0 | 38 | 17 | 10 | 144 | 3B | 3C |
| Octal | 326 | 136 | 245 | 0 | 70 | 27 | 20 | 504 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10100101 | 0 | 111000 | 10111 | 10000 | 101000100 | 111011 | 111100 |
Color Harmonies of #D65EA5
Complementary color
Monochromatic Colors of #D65EA5
Black with #D65EA5
Text Example
Text Example
White with #D65EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EA5; }
p { color: rgb(214,94,165); }
H1.HeaderClassName
{
color: #D65EA5;
}
.AnyTagClassName
{
color: #D65EA5;
}
</style>
background-color css
<style>
a { background-color: #D65EA5; }
a { background-color: rgb(214,94,165); }
div.DivClassName
{
background-color: #D65EA5;
}
.BgClassName
{
background-color: #D65EA5;
}
</style>
border-color css
<style>
span { border-color: #D65EA5; }
span { border-color: rgb(214,94,165); }
td.TdClassName
{
border-color: #D65EA5;
}
.TagClassName
{
border-color: #D65EA5;
}
</style>