Shades of Hopbush #D07798
Tints of Hopbush #D07798
RGB
CMYK
RGB Variations
Color information
#D07798 (or 0xD07798) is known color: Hopbush. HEX triplet: D0, 77 and 98. RGB value is (208,119,152). Sum of RGB (Red+Green+Blue) = 208+119+152=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D07798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07798 is #2F8867. Grayscale: #959595. Windows color (decimal): -3115112 or 9992144. OLE color: 9992144.
HSL color Cylindrical-coordinate representation of color #D07798: hue angle of 337.75º 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 #D07798 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 152 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.18 |
| HSL | 337.75º | 0.49% | 0.64% | - |
| HSV(B) | 337.75º | 0.43% | 0.82% | - |
| XYZ | 38.28 | 28.87 | 33.26 | - |
| YUV | 149.37 | 129.49 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 152 | 0 | 0.43 | 0.27 | 0.18 | 337.75 | 0.49 | 0.64 |
| Hex | D0 | 77 | 98 | 0 | 2B | 1B | 12 | 152 | 31 | 40 |
| Octal | 320 | 167 | 230 | 0 | 53 | 33 | 22 | 522 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10011000 | 0 | 101011 | 11011 | 10010 | 101010010 | 110001 | 1000000 |
Color Harmonies of #D07798
Complementary color
Monochromatic Colors of #D07798
Black with #D07798
Text Example
Text Example
White with #D07798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07798; }
p { color: rgb(208,119,152); }
H1.HeaderClassName
{
color: #D07798;
}
.AnyTagClassName
{
color: #D07798;
}
</style>
background-color css
<style>
a { background-color: #D07798; }
a { background-color: rgb(208,119,152); }
div.DivClassName
{
background-color: #D07798;
}
.BgClassName
{
background-color: #D07798;
}
</style>
border-color css
<style>
span { border-color: #D07798; }
span { border-color: rgb(208,119,152); }
td.TdClassName
{
border-color: #D07798;
}
.TagClassName
{
border-color: #D07798;
}
</style>