Shades of Hopbush #D07AAB
Tints of Hopbush #D07AAB
RGB
CMYK
RGB Variations
Color information
#D07AAB (or 0xD07AAB) is known color: Hopbush. HEX triplet: D0, 7A and AB. RGB value is (208,122,171). Sum of RGB (Red+Green+Blue) = 208+122+171=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07AAB is #2F8554. Grayscale: #999999. Windows color (decimal): -3114325 or 11238096. OLE color: 11238096.
HSL color Cylindrical-coordinate representation of color #D07AAB: hue angle of 325.81º 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 #D07AAB is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 171 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.18 |
| HSL | 325.81º | 0.48% | 0.65% | - |
| HSV(B) | 325.81º | 0.41% | 0.82% | - |
| XYZ | 40.32 | 30.27 | 42.25 | - |
| YUV | 153.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 171 | 0 | 0.41 | 0.18 | 0.18 | 325.81 | 0.48 | 0.65 |
| Hex | D0 | 7A | AB | 0 | 29 | 12 | 12 | 146 | 30 | 41 |
| Octal | 320 | 172 | 253 | 0 | 51 | 22 | 22 | 506 | 60 | 101 |
| Binary | 11010000 | 1111010 | 10101011 | 0 | 101001 | 10010 | 10010 | 101000110 | 110000 | 1000001 |
Color Harmonies of #D07AAB
Complementary color
Monochromatic Colors of #D07AAB
Black with #D07AAB
Text Example
Text Example
White with #D07AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07AAB; }
p { color: rgb(208,122,171); }
H1.HeaderClassName
{
color: #D07AAB;
}
.AnyTagClassName
{
color: #D07AAB;
}
</style>
background-color css
<style>
a { background-color: #D07AAB; }
a { background-color: rgb(208,122,171); }
div.DivClassName
{
background-color: #D07AAB;
}
.BgClassName
{
background-color: #D07AAB;
}
</style>
border-color css
<style>
span { border-color: #D07AAB; }
span { border-color: rgb(208,122,171); }
td.TdClassName
{
border-color: #D07AAB;
}
.TagClassName
{
border-color: #D07AAB;
}
</style>