Shades of Hopbush #D07B9E
Tints of Hopbush #D07B9E
RGB
CMYK
RGB Variations
Color information
#D07B9E (or 0xD07B9E) is known color: Hopbush. HEX triplet: D0, 7B and 9E. RGB value is (208,123,158). Sum of RGB (Red+Green+Blue) = 208+123+158=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07B9E is #2F8461. Grayscale: #989898. Windows color (decimal): -3114082 or 10386384. OLE color: 10386384.
HSL color Cylindrical-coordinate representation of color #D07B9E: hue angle of 335.29º degrees, saturation: 0.47, 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 #D07B9E is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 158 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.18 |
| HSL | 335.29º | 0.47% | 0.65% | - |
| HSV(B) | 335.29º | 0.41% | 0.82% | - |
| XYZ | 39.27 | 30.04 | 36.08 | - |
| YUV | 152.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 158 | 0 | 0.41 | 0.24 | 0.18 | 335.29 | 0.47 | 0.65 |
| Hex | D0 | 7B | 9E | 0 | 29 | 18 | 12 | 14F | 2F | 41 |
| Octal | 320 | 173 | 236 | 0 | 51 | 30 | 22 | 517 | 57 | 101 |
| Binary | 11010000 | 1111011 | 10011110 | 0 | 101001 | 11000 | 10010 | 101001111 | 101111 | 1000001 |
Color Harmonies of #D07B9E
Complementary color
Monochromatic Colors of #D07B9E
Black with #D07B9E
Text Example
Text Example
White with #D07B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07B9E; }
p { color: rgb(208,123,158); }
H1.HeaderClassName
{
color: #D07B9E;
}
.AnyTagClassName
{
color: #D07B9E;
}
</style>
background-color css
<style>
a { background-color: #D07B9E; }
a { background-color: rgb(208,123,158); }
div.DivClassName
{
background-color: #D07B9E;
}
.BgClassName
{
background-color: #D07B9E;
}
</style>
border-color css
<style>
span { border-color: #D07B9E; }
span { border-color: rgb(208,123,158); }
td.TdClassName
{
border-color: #D07B9E;
}
.TagClassName
{
border-color: #D07B9E;
}
</style>