Shades of Hopbush #D07797
Tints of Hopbush #D07797
RGB
CMYK
RGB Variations
Color information
#D07797 (or 0xD07797) is known color: Hopbush. HEX triplet: D0, 77 and 97. RGB value is (208,119,151). Sum of RGB (Red+Green+Blue) = 208+119+151=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D07797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07797 is #2F8868. Grayscale: #959595. Windows color (decimal): -3115113 or 9926608. OLE color: 9926608.
HSL color Cylindrical-coordinate representation of color #D07797: hue angle of 338.43º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07797 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 151 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.18 |
| HSL | 338.43º | 0.49% | 0.64% | - |
| HSV(B) | 338.43º | 0.43% | 0.82% | - |
| XYZ | 38.2 | 28.84 | 32.83 | - |
| YUV | 149.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 151 | 0 | 0.43 | 0.27 | 0.18 | 338.43 | 0.49 | 0.64 |
| Hex | D0 | 77 | 97 | 0 | 2B | 1B | 12 | 152 | 31 | 40 |
| Octal | 320 | 167 | 227 | 0 | 53 | 33 | 22 | 522 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10010111 | 0 | 101011 | 11011 | 10010 | 101010010 | 110001 | 1000000 |
Color Harmonies of #D07797
Complementary color
Monochromatic Colors of #D07797
Black with #D07797
Text Example
Text Example
White with #D07797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07797; }
p { color: rgb(208,119,151); }
H1.HeaderClassName
{
color: #D07797;
}
.AnyTagClassName
{
color: #D07797;
}
</style>
background-color css
<style>
a { background-color: #D07797; }
a { background-color: rgb(208,119,151); }
div.DivClassName
{
background-color: #D07797;
}
.BgClassName
{
background-color: #D07797;
}
</style>
border-color css
<style>
span { border-color: #D07797; }
span { border-color: rgb(208,119,151); }
td.TdClassName
{
border-color: #D07797;
}
.TagClassName
{
border-color: #D07797;
}
</style>