Shades of Hopbush #D079AC
Tints of Hopbush #D079AC
RGB
CMYK
RGB Variations
Color information
#D079AC (or 0xD079AC) is known color: Hopbush. HEX triplet: D0, 79 and AC. RGB value is (208,121,172). Sum of RGB (Red+Green+Blue) = 208+121+172=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D079AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D079AC is #2F8653. Grayscale: #989898. Windows color (decimal): -3114580 or 11303376. OLE color: 11303376.
HSL color Cylindrical-coordinate representation of color #D079AC: hue angle of 324.83º 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 #D079AC is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 172 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.18 |
| HSL | 324.83º | 0.48% | 0.65% | - |
| HSV(B) | 324.83º | 0.42% | 0.82% | - |
| XYZ | 40.3 | 30.06 | 42.71 | - |
| YUV | 152.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 172 | 0 | 0.42 | 0.17 | 0.18 | 324.83 | 0.48 | 0.65 |
| Hex | D0 | 79 | AC | 0 | 2A | 11 | 12 | 145 | 30 | 41 |
| Octal | 320 | 171 | 254 | 0 | 52 | 21 | 22 | 505 | 60 | 101 |
| Binary | 11010000 | 1111001 | 10101100 | 0 | 101010 | 10001 | 10010 | 101000101 | 110000 | 1000001 |
Color Harmonies of #D079AC
Complementary color
Monochromatic Colors of #D079AC
Black with #D079AC
Text Example
Text Example
White with #D079AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079AC; }
p { color: rgb(208,121,172); }
H1.HeaderClassName
{
color: #D079AC;
}
.AnyTagClassName
{
color: #D079AC;
}
</style>
background-color css
<style>
a { background-color: #D079AC; }
a { background-color: rgb(208,121,172); }
div.DivClassName
{
background-color: #D079AC;
}
.BgClassName
{
background-color: #D079AC;
}
</style>
border-color css
<style>
span { border-color: #D079AC; }
span { border-color: rgb(208,121,172); }
td.TdClassName
{
border-color: #D079AC;
}
.TagClassName
{
border-color: #D079AC;
}
</style>