Shades of Hopbush #D67BAB
Tints of Hopbush #D67BAB
RGB
CMYK
RGB Variations
Color information
#D67BAB (or 0xD67BAB) is known color: Hopbush. HEX triplet: D6, 7B and AB. RGB value is (214,123,171). Sum of RGB (Red+Green+Blue) = 214+123+171=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67BAB is #298454. Grayscale: #9B9B9B. Windows color (decimal): -2720853 or 11238358. OLE color: 11238358.
HSL color Cylindrical-coordinate representation of color #D67BAB: hue angle of 328.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67BAB is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 171 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.16 |
| HSL | 328.35º | 0.53% | 0.66% | - |
| HSV(B) | 328.35º | 0.43% | 0.84% | - |
| XYZ | 42.17 | 31.4 | 42.37 | - |
| YUV | 155.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 171 | 0 | 0.43 | 0.20 | 0.16 | 328.35 | 0.53 | 0.66 |
| Hex | D6 | 7B | AB | 0 | 2B | 14 | 10 | 148 | 35 | 42 |
| Octal | 326 | 173 | 253 | 0 | 53 | 24 | 20 | 510 | 65 | 102 |
| Binary | 11010110 | 1111011 | 10101011 | 0 | 101011 | 10100 | 10000 | 101001000 | 110101 | 1000010 |
Color Harmonies of #D67BAB
Complementary color
Monochromatic Colors of #D67BAB
Black with #D67BAB
Text Example
Text Example
White with #D67BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BAB; }
p { color: rgb(214,123,171); }
H1.HeaderClassName
{
color: #D67BAB;
}
.AnyTagClassName
{
color: #D67BAB;
}
</style>
background-color css
<style>
a { background-color: #D67BAB; }
a { background-color: rgb(214,123,171); }
div.DivClassName
{
background-color: #D67BAB;
}
.BgClassName
{
background-color: #D67BAB;
}
</style>
border-color css
<style>
span { border-color: #D67BAB; }
span { border-color: rgb(214,123,171); }
td.TdClassName
{
border-color: #D67BAB;
}
.TagClassName
{
border-color: #D67BAB;
}
</style>