Shades of Hopbush #D65EA6
Tints of Hopbush #D65EA6
RGB
CMYK
RGB Variations
Color information
#D65EA6 (or 0xD65EA6) is known color: Hopbush. HEX triplet: D6, 5E and A6. RGB value is (214,94,166). Sum of RGB (Red+Green+Blue) = 214+94+166=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65EA6 is #29A159. Grayscale: #898989. Windows color (decimal): -2728282 or 10903254. OLE color: 10903254.
HSL color Cylindrical-coordinate representation of color #D65EA6: hue angle of 324º 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 #D65EA6 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 166 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.16 |
| HSL | 324º | 0.59% | 0.6% | - |
| HSV(B) | 324º | 0.56% | 0.84% | - |
| XYZ | 38.62 | 25.05 | 38.88 | - |
| YUV | 138.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 166 | 0 | 0.56 | 0.22 | 0.16 | 324 | 0.59 | 0.6 |
| Hex | D6 | 5E | A6 | 0 | 38 | 16 | 10 | 144 | 3B | 3C |
| Octal | 326 | 136 | 246 | 0 | 70 | 26 | 20 | 504 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10100110 | 0 | 111000 | 10110 | 10000 | 101000100 | 111011 | 111100 |
Color Harmonies of #D65EA6
Complementary color
Monochromatic Colors of #D65EA6
Black with #D65EA6
Text Example
Text Example
White with #D65EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EA6; }
p { color: rgb(214,94,166); }
H1.HeaderClassName
{
color: #D65EA6;
}
.AnyTagClassName
{
color: #D65EA6;
}
</style>
background-color css
<style>
a { background-color: #D65EA6; }
a { background-color: rgb(214,94,166); }
div.DivClassName
{
background-color: #D65EA6;
}
.BgClassName
{
background-color: #D65EA6;
}
</style>
border-color css
<style>
span { border-color: #D65EA6; }
span { border-color: rgb(214,94,166); }
td.TdClassName
{
border-color: #D65EA6;
}
.TagClassName
{
border-color: #D65EA6;
}
</style>