Shades of Hopbush #D079B3
Tints of Hopbush #D079B3
RGB
CMYK
RGB Variations
Color information
#D079B3 (or 0xD079B3) is known color: Hopbush. HEX triplet: D0, 79 and B3. RGB value is (208,121,179). Sum of RGB (Red+Green+Blue) = 208+121+179=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D079B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079B3 is #2F864C. Grayscale: #999999. Windows color (decimal): -3114573 or 11762128. OLE color: 11762128.
HSL color Cylindrical-coordinate representation of color #D079B3: hue angle of 320º 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 #D079B3 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 179 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.18 |
| HSL | 320º | 0.48% | 0.65% | - |
| HSV(B) | 320º | 0.42% | 0.82% | - |
| XYZ | 40.99 | 30.34 | 46.34 | - |
| YUV | 153.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 179 | 0 | 0.42 | 0.14 | 0.18 | 320 | 0.48 | 0.65 |
| Hex | D0 | 79 | B3 | 0 | 2A | E | 12 | 140 | 30 | 41 |
| Octal | 320 | 171 | 263 | 0 | 52 | 16 | 22 | 500 | 60 | 101 |
| Binary | 11010000 | 1111001 | 10110011 | 0 | 101010 | 1110 | 10010 | 101000000 | 110000 | 1000001 |
Color Harmonies of #D079B3
Complementary color
Monochromatic Colors of #D079B3
Black with #D079B3
Text Example
Text Example
White with #D079B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079B3; }
p { color: rgb(208,121,179); }
H1.HeaderClassName
{
color: #D079B3;
}
.AnyTagClassName
{
color: #D079B3;
}
</style>
background-color css
<style>
a { background-color: #D079B3; }
a { background-color: rgb(208,121,179); }
div.DivClassName
{
background-color: #D079B3;
}
.BgClassName
{
background-color: #D079B3;
}
</style>
border-color css
<style>
span { border-color: #D079B3; }
span { border-color: rgb(208,121,179); }
td.TdClassName
{
border-color: #D079B3;
}
.TagClassName
{
border-color: #D079B3;
}
</style>