Shades of Hopbush #D07AB2
Tints of Hopbush #D07AB2
RGB
CMYK
RGB Variations
Color information
#D07AB2 (or 0xD07AB2) is known color: Hopbush. HEX triplet: D0, 7A and B2. RGB value is (208,122,178). Sum of RGB (Red+Green+Blue) = 208+122+178=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07AB2 is #2F854D. Grayscale: #999999. Windows color (decimal): -3114318 or 11696848. OLE color: 11696848.
HSL color Cylindrical-coordinate representation of color #D07AB2: hue angle of 320.93º degrees, saturation: 0.48, 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 #D07AB2 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 178 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.18 |
| HSL | 320.93º | 0.48% | 0.65% | - |
| HSV(B) | 320.93º | 0.41% | 0.82% | - |
| XYZ | 41.01 | 30.54 | 45.85 | - |
| YUV | 154.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 178 | 0 | 0.41 | 0.14 | 0.18 | 320.93 | 0.48 | 0.65 |
| Hex | D0 | 7A | B2 | 0 | 29 | E | 12 | 141 | 30 | 41 |
| Octal | 320 | 172 | 262 | 0 | 51 | 16 | 22 | 501 | 60 | 101 |
| Binary | 11010000 | 1111010 | 10110010 | 0 | 101001 | 1110 | 10010 | 101000001 | 110000 | 1000001 |
Color Harmonies of #D07AB2
Complementary color
Monochromatic Colors of #D07AB2
Black with #D07AB2
Text Example
Text Example
White with #D07AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07AB2; }
p { color: rgb(208,122,178); }
H1.HeaderClassName
{
color: #D07AB2;
}
.AnyTagClassName
{
color: #D07AB2;
}
</style>
background-color css
<style>
a { background-color: #D07AB2; }
a { background-color: rgb(208,122,178); }
div.DivClassName
{
background-color: #D07AB2;
}
.BgClassName
{
background-color: #D07AB2;
}
</style>
border-color css
<style>
span { border-color: #D07AB2; }
span { border-color: rgb(208,122,178); }
td.TdClassName
{
border-color: #D07AB2;
}
.TagClassName
{
border-color: #D07AB2;
}
</style>