Shades of Hopbush #D65BA8
Tints of Hopbush #D65BA8
RGB
CMYK
RGB Variations
Color information
#D65BA8 (or 0xD65BA8) is known color: Hopbush. HEX triplet: D6, 5B and A8. RGB value is (214,91,168). Sum of RGB (Red+Green+Blue) = 214+91+168=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65BA8 is #29A457. Grayscale: #888888. Windows color (decimal): -2729048 or 11033558. OLE color: 11033558.
HSL color Cylindrical-coordinate representation of color #D65BA8: hue angle of 322.44º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65BA8 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 168 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.16 |
| HSL | 322.44º | 0.6% | 0.6% | - |
| HSV(B) | 322.44º | 0.57% | 0.84% | - |
| XYZ | 38.54 | 24.61 | 39.76 | - |
| YUV | 136.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 168 | 0 | 0.57 | 0.21 | 0.16 | 322.44 | 0.6 | 0.6 |
| Hex | D6 | 5B | A8 | 0 | 39 | 15 | 10 | 142 | 3C | 3C |
| Octal | 326 | 133 | 250 | 0 | 71 | 25 | 20 | 502 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10101000 | 0 | 111001 | 10101 | 10000 | 101000010 | 111100 | 111100 |
Color Harmonies of #D65BA8
Complementary color
Monochromatic Colors of #D65BA8
Black with #D65BA8
Text Example
Text Example
White with #D65BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BA8; }
p { color: rgb(214,91,168); }
H1.HeaderClassName
{
color: #D65BA8;
}
.AnyTagClassName
{
color: #D65BA8;
}
</style>
background-color css
<style>
a { background-color: #D65BA8; }
a { background-color: rgb(214,91,168); }
div.DivClassName
{
background-color: #D65BA8;
}
.BgClassName
{
background-color: #D65BA8;
}
</style>
border-color css
<style>
span { border-color: #D65BA8; }
span { border-color: rgb(214,91,168); }
td.TdClassName
{
border-color: #D65BA8;
}
.TagClassName
{
border-color: #D65BA8;
}
</style>