Shades of Hopbush #D079A1
Tints of Hopbush #D079A1
RGB
CMYK
RGB Variations
Color information
#D079A1 (or 0xD079A1) is known color: Hopbush. HEX triplet: D0, 79 and A1. RGB value is (208,121,161). Sum of RGB (Red+Green+Blue) = 208+121+161=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D079A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D079A1 is #2F865E. Grayscale: #979797. Windows color (decimal): -3114591 or 10582480. OLE color: 10582480.
HSL color Cylindrical-coordinate representation of color #D079A1: hue angle of 332.41º 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 #D079A1 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 161 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.18 |
| HSL | 332.41º | 0.48% | 0.65% | - |
| HSV(B) | 332.41º | 0.42% | 0.82% | - |
| XYZ | 39.28 | 29.66 | 37.37 | - |
| YUV | 151.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 161 | 0 | 0.42 | 0.23 | 0.18 | 332.41 | 0.48 | 0.65 |
| Hex | D0 | 79 | A1 | 0 | 2A | 17 | 12 | 14C | 30 | 41 |
| Octal | 320 | 171 | 241 | 0 | 52 | 27 | 22 | 514 | 60 | 101 |
| Binary | 11010000 | 1111001 | 10100001 | 0 | 101010 | 10111 | 10010 | 101001100 | 110000 | 1000001 |
Color Harmonies of #D079A1
Complementary color
Monochromatic Colors of #D079A1
Black with #D079A1
Text Example
Text Example
White with #D079A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079A1; }
p { color: rgb(208,121,161); }
H1.HeaderClassName
{
color: #D079A1;
}
.AnyTagClassName
{
color: #D079A1;
}
</style>
background-color css
<style>
a { background-color: #D079A1; }
a { background-color: rgb(208,121,161); }
div.DivClassName
{
background-color: #D079A1;
}
.BgClassName
{
background-color: #D079A1;
}
</style>
border-color css
<style>
span { border-color: #D079A1; }
span { border-color: rgb(208,121,161); }
td.TdClassName
{
border-color: #D079A1;
}
.TagClassName
{
border-color: #D079A1;
}
</style>