Shades of Hopbush #D67BA8
Tints of Hopbush #D67BA8
RGB
CMYK
RGB Variations
Color information
#D67BA8 (or 0xD67BA8) is known color: Hopbush. HEX triplet: D6, 7B and A8. RGB value is (214,123,168). Sum of RGB (Red+Green+Blue) = 214+123+168=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67BA8 is #298457. Grayscale: #9B9B9B. Windows color (decimal): -2720856 or 11041750. OLE color: 11041750.
HSL color Cylindrical-coordinate representation of color #D67BA8: hue angle of 330.33º 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 #D67BA8 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 168 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.16 |
| HSL | 330.33º | 0.53% | 0.66% | - |
| HSV(B) | 330.33º | 0.43% | 0.84% | - |
| XYZ | 41.88 | 31.29 | 40.88 | - |
| YUV | 155.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 168 | 0 | 0.43 | 0.21 | 0.16 | 330.33 | 0.53 | 0.66 |
| Hex | D6 | 7B | A8 | 0 | 2B | 15 | 10 | 14A | 35 | 42 |
| Octal | 326 | 173 | 250 | 0 | 53 | 25 | 20 | 512 | 65 | 102 |
| Binary | 11010110 | 1111011 | 10101000 | 0 | 101011 | 10101 | 10000 | 101001010 | 110101 | 1000010 |
Color Harmonies of #D67BA8
Complementary color
Monochromatic Colors of #D67BA8
Black with #D67BA8
Text Example
Text Example
White with #D67BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BA8; }
p { color: rgb(214,123,168); }
H1.HeaderClassName
{
color: #D67BA8;
}
.AnyTagClassName
{
color: #D67BA8;
}
</style>
background-color css
<style>
a { background-color: #D67BA8; }
a { background-color: rgb(214,123,168); }
div.DivClassName
{
background-color: #D67BA8;
}
.BgClassName
{
background-color: #D67BA8;
}
</style>
border-color css
<style>
span { border-color: #D67BA8; }
span { border-color: rgb(214,123,168); }
td.TdClassName
{
border-color: #D67BA8;
}
.TagClassName
{
border-color: #D67BA8;
}
</style>