Shades of Hopbush #D65EAB
Tints of Hopbush #D65EAB
RGB
CMYK
RGB Variations
Color information
#D65EAB (or 0xD65EAB) is known color: Hopbush. HEX triplet: D6, 5E and AB. RGB value is (214,94,171). Sum of RGB (Red+Green+Blue) = 214+94+171=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65EAB is #29A154. Grayscale: #8A8A8A. Windows color (decimal): -2728277 or 11230934. OLE color: 11230934.
HSL color Cylindrical-coordinate representation of color #D65EAB: hue angle of 321.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 #D65EAB is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 171 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.16 |
| HSL | 321.5º | 0.59% | 0.6% | - |
| HSV(B) | 321.5º | 0.56% | 0.84% | - |
| XYZ | 39.08 | 25.24 | 41.34 | - |
| YUV | 138.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 171 | 0 | 0.56 | 0.20 | 0.16 | 321.5 | 0.59 | 0.6 |
| Hex | D6 | 5E | AB | 0 | 38 | 14 | 10 | 142 | 3B | 3C |
| Octal | 326 | 136 | 253 | 0 | 70 | 24 | 20 | 502 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10101011 | 0 | 111000 | 10100 | 10000 | 101000010 | 111011 | 111100 |
Color Harmonies of #D65EAB
Complementary color
Monochromatic Colors of #D65EAB
Black with #D65EAB
Text Example
Text Example
White with #D65EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EAB; }
p { color: rgb(214,94,171); }
H1.HeaderClassName
{
color: #D65EAB;
}
.AnyTagClassName
{
color: #D65EAB;
}
</style>
background-color css
<style>
a { background-color: #D65EAB; }
a { background-color: rgb(214,94,171); }
div.DivClassName
{
background-color: #D65EAB;
}
.BgClassName
{
background-color: #D65EAB;
}
</style>
border-color css
<style>
span { border-color: #D65EAB; }
span { border-color: rgb(214,94,171); }
td.TdClassName
{
border-color: #D65EAB;
}
.TagClassName
{
border-color: #D65EAB;
}
</style>