Shades of Hopbush #D07BAC
Tints of Hopbush #D07BAC
RGB
CMYK
RGB Variations
Color information
#D07BAC (or 0xD07BAC) is known color: Hopbush. HEX triplet: D0, 7B and AC. RGB value is (208,123,172). Sum of RGB (Red+Green+Blue) = 208+123+172=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07BAC is #2F8453. Grayscale: #999999. Windows color (decimal): -3114068 or 11303888. OLE color: 11303888.
HSL color Cylindrical-coordinate representation of color #D07BAC: hue angle of 325.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07BAC is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 172 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.18 |
| HSL | 325.41º | 0.47% | 0.65% | - |
| HSV(B) | 325.41º | 0.41% | 0.82% | - |
| XYZ | 40.54 | 30.55 | 42.79 | - |
| YUV | 154 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 172 | 0 | 0.41 | 0.17 | 0.18 | 325.41 | 0.47 | 0.65 |
| Hex | D0 | 7B | AC | 0 | 29 | 11 | 12 | 145 | 2F | 41 |
| Octal | 320 | 173 | 254 | 0 | 51 | 21 | 22 | 505 | 57 | 101 |
| Binary | 11010000 | 1111011 | 10101100 | 0 | 101001 | 10001 | 10010 | 101000101 | 101111 | 1000001 |
Color Harmonies of #D07BAC
Complementary color
Monochromatic Colors of #D07BAC
Black with #D07BAC
Text Example
Text Example
White with #D07BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BAC; }
p { color: rgb(208,123,172); }
H1.HeaderClassName
{
color: #D07BAC;
}
.AnyTagClassName
{
color: #D07BAC;
}
</style>
background-color css
<style>
a { background-color: #D07BAC; }
a { background-color: rgb(208,123,172); }
div.DivClassName
{
background-color: #D07BAC;
}
.BgClassName
{
background-color: #D07BAC;
}
</style>
border-color css
<style>
span { border-color: #D07BAC; }
span { border-color: rgb(208,123,172); }
td.TdClassName
{
border-color: #D07BAC;
}
.TagClassName
{
border-color: #D07BAC;
}
</style>