Shades of Hopbush #D07594
Tints of Hopbush #D07594
RGB
CMYK
RGB Variations
Color information
#D07594 (or 0xD07594) is known color: Hopbush. HEX triplet: D0, 75 and 94. RGB value is (208,117,148). Sum of RGB (Red+Green+Blue) = 208+117+148=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D07594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07594 is #2F8A6B. Grayscale: #939393. Windows color (decimal): -3115628 or 9729488. OLE color: 9729488.
HSL color Cylindrical-coordinate representation of color #D07594: hue angle of 339.56º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07594 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 148 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.18 |
| HSL | 339.56º | 0.49% | 0.64% | - |
| HSV(B) | 339.56º | 0.44% | 0.82% | - |
| XYZ | 37.72 | 28.27 | 31.49 | - |
| YUV | 147.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 148 | 0 | 0.44 | 0.29 | 0.18 | 339.56 | 0.49 | 0.64 |
| Hex | D0 | 75 | 94 | 0 | 2C | 1D | 12 | 154 | 31 | 40 |
| Octal | 320 | 165 | 224 | 0 | 54 | 35 | 22 | 524 | 61 | 100 |
| Binary | 11010000 | 1110101 | 10010100 | 0 | 101100 | 11101 | 10010 | 101010100 | 110001 | 1000000 |
Color Harmonies of #D07594
Complementary color
Monochromatic Colors of #D07594
Black with #D07594
Text Example
Text Example
White with #D07594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07594; }
p { color: rgb(208,117,148); }
H1.HeaderClassName
{
color: #D07594;
}
.AnyTagClassName
{
color: #D07594;
}
</style>
background-color css
<style>
a { background-color: #D07594; }
a { background-color: rgb(208,117,148); }
div.DivClassName
{
background-color: #D07594;
}
.BgClassName
{
background-color: #D07594;
}
</style>
border-color css
<style>
span { border-color: #D07594; }
span { border-color: rgb(208,117,148); }
td.TdClassName
{
border-color: #D07594;
}
.TagClassName
{
border-color: #D07594;
}
</style>