Shades of Hopbush #D65BAA
Tints of Hopbush #D65BAA
RGB
CMYK
RGB Variations
Color information
#D65BAA (or 0xD65BAA) is known color: Hopbush. HEX triplet: D6, 5B and AA. RGB value is (214,91,170). Sum of RGB (Red+Green+Blue) = 214+91+170=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65BAA is #29A455. Grayscale: #888888. Windows color (decimal): -2729046 or 11164630. OLE color: 11164630.
HSL color Cylindrical-coordinate representation of color #D65BAA: hue angle of 321.46º 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 #D65BAA is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 170 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.16 |
| HSL | 321.46º | 0.6% | 0.6% | - |
| HSV(B) | 321.46º | 0.57% | 0.84% | - |
| XYZ | 38.73 | 24.68 | 40.75 | - |
| YUV | 136.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 170 | 0 | 0.57 | 0.21 | 0.16 | 321.46 | 0.6 | 0.6 |
| Hex | D6 | 5B | AA | 0 | 39 | 15 | 10 | 141 | 3C | 3C |
| Octal | 326 | 133 | 252 | 0 | 71 | 25 | 20 | 501 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10101010 | 0 | 111001 | 10101 | 10000 | 101000001 | 111100 | 111100 |
Color Harmonies of #D65BAA
Complementary color
Monochromatic Colors of #D65BAA
Black with #D65BAA
Text Example
Text Example
White with #D65BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BAA; }
p { color: rgb(214,91,170); }
H1.HeaderClassName
{
color: #D65BAA;
}
.AnyTagClassName
{
color: #D65BAA;
}
</style>
background-color css
<style>
a { background-color: #D65BAA; }
a { background-color: rgb(214,91,170); }
div.DivClassName
{
background-color: #D65BAA;
}
.BgClassName
{
background-color: #D65BAA;
}
</style>
border-color css
<style>
span { border-color: #D65BAA; }
span { border-color: rgb(214,91,170); }
td.TdClassName
{
border-color: #D65BAA;
}
.TagClassName
{
border-color: #D65BAA;
}
</style>