Shades of Hopbush #D079AB
Tints of Hopbush #D079AB
RGB
CMYK
RGB Variations
Color information
#D079AB (or 0xD079AB) is known color: Hopbush. HEX triplet: D0, 79 and AB. RGB value is (208,121,171). Sum of RGB (Red+Green+Blue) = 208+121+171=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D079AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D079AB is #2F8654. Grayscale: #989898. Windows color (decimal): -3114581 or 11237840. OLE color: 11237840.
HSL color Cylindrical-coordinate representation of color #D079AB: hue angle of 325.52º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D079AB is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 171 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.18 |
| HSL | 325.52º | 0.48% | 0.65% | - |
| HSV(B) | 325.52º | 0.42% | 0.82% | - |
| XYZ | 40.2 | 30.02 | 42.2 | - |
| YUV | 152.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 171 | 0 | 0.42 | 0.18 | 0.18 | 325.52 | 0.48 | 0.65 |
| Hex | D0 | 79 | AB | 0 | 2A | 12 | 12 | 146 | 30 | 41 |
| Octal | 320 | 171 | 253 | 0 | 52 | 22 | 22 | 506 | 60 | 101 |
| Binary | 11010000 | 1111001 | 10101011 | 0 | 101010 | 10010 | 10010 | 101000110 | 110000 | 1000001 |
Color Harmonies of #D079AB
Complementary color
Monochromatic Colors of #D079AB
Black with #D079AB
Text Example
Text Example
White with #D079AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079AB; }
p { color: rgb(208,121,171); }
H1.HeaderClassName
{
color: #D079AB;
}
.AnyTagClassName
{
color: #D079AB;
}
</style>
background-color css
<style>
a { background-color: #D079AB; }
a { background-color: rgb(208,121,171); }
div.DivClassName
{
background-color: #D079AB;
}
.BgClassName
{
background-color: #D079AB;
}
</style>
border-color css
<style>
span { border-color: #D079AB; }
span { border-color: rgb(208,121,171); }
td.TdClassName
{
border-color: #D079AB;
}
.TagClassName
{
border-color: #D079AB;
}
</style>