Shades of Hopbush #D65BAB
Tints of Hopbush #D65BAB
RGB
CMYK
RGB Variations
Color information
#D65BAB (or 0xD65BAB) is known color: Hopbush. HEX triplet: D6, 5B and AB. RGB value is (214,91,171). Sum of RGB (Red+Green+Blue) = 214+91+171=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65BAB is #29A454. Grayscale: #888888. Windows color (decimal): -2729045 or 11230166. OLE color: 11230166.
HSL color Cylindrical-coordinate representation of color #D65BAB: hue angle of 320.98º 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 #D65BAB is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 171 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.16 |
| HSL | 320.98º | 0.6% | 0.6% | - |
| HSV(B) | 320.98º | 0.57% | 0.84% | - |
| XYZ | 38.82 | 24.72 | 41.25 | - |
| YUV | 136.9 | 147.25 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 171 | 0 | 0.57 | 0.20 | 0.16 | 320.98 | 0.6 | 0.6 |
| Hex | D6 | 5B | AB | 0 | 39 | 14 | 10 | 141 | 3C | 3C |
| Octal | 326 | 133 | 253 | 0 | 71 | 24 | 20 | 501 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10101011 | 0 | 111001 | 10100 | 10000 | 101000001 | 111100 | 111100 |
Color Harmonies of #D65BAB
Complementary color
Monochromatic Colors of #D65BAB
Black with #D65BAB
Text Example
Text Example
White with #D65BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BAB; }
p { color: rgb(214,91,171); }
H1.HeaderClassName
{
color: #D65BAB;
}
.AnyTagClassName
{
color: #D65BAB;
}
</style>
background-color css
<style>
a { background-color: #D65BAB; }
a { background-color: rgb(214,91,171); }
div.DivClassName
{
background-color: #D65BAB;
}
.BgClassName
{
background-color: #D65BAB;
}
</style>
border-color css
<style>
span { border-color: #D65BAB; }
span { border-color: rgb(214,91,171); }
td.TdClassName
{
border-color: #D65BAB;
}
.TagClassName
{
border-color: #D65BAB;
}
</style>