Shades of Hopbush #D07095
Tints of Hopbush #D07095
RGB
CMYK
RGB Variations
Color information
#D07095 (or 0xD07095) is known color: Hopbush. HEX triplet: D0, 70 and 95. RGB value is (208,112,149). Sum of RGB (Red+Green+Blue) = 208+112+149=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D07095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07095 is #2F8F6A. Grayscale: #909090. Windows color (decimal): -3116907 or 9793744. OLE color: 9793744.
HSL color Cylindrical-coordinate representation of color #D07095: hue angle of 336.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07095 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 149 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.18 |
| HSL | 336.88º | 0.51% | 0.63% | - |
| HSV(B) | 336.88º | 0.46% | 0.82% | - |
| XYZ | 37.23 | 27.17 | 31.72 | - |
| YUV | 144.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 149 | 0 | 0.46 | 0.28 | 0.18 | 336.88 | 0.51 | 0.63 |
| Hex | D0 | 70 | 95 | 0 | 2E | 1C | 12 | 151 | 33 | 3F |
| Octal | 320 | 160 | 225 | 0 | 56 | 34 | 22 | 521 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10010101 | 0 | 101110 | 11100 | 10010 | 101010001 | 110011 | 111111 |
Color Harmonies of #D07095
Complementary color
Monochromatic Colors of #D07095
Black with #D07095
Text Example
Text Example
White with #D07095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07095; }
p { color: rgb(208,112,149); }
H1.HeaderClassName
{
color: #D07095;
}
.AnyTagClassName
{
color: #D07095;
}
</style>
background-color css
<style>
a { background-color: #D07095; }
a { background-color: rgb(208,112,149); }
div.DivClassName
{
background-color: #D07095;
}
.BgClassName
{
background-color: #D07095;
}
</style>
border-color css
<style>
span { border-color: #D07095; }
span { border-color: rgb(208,112,149); }
td.TdClassName
{
border-color: #D07095;
}
.TagClassName
{
border-color: #D07095;
}
</style>