Shades of Hopbush #D07094
Tints of Hopbush #D07094
RGB
CMYK
RGB Variations
Color information
#D07094 (or 0xD07094) is known color: Hopbush. HEX triplet: D0, 70 and 94. RGB value is (208,112,148). Sum of RGB (Red+Green+Blue) = 208+112+148=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D07094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07094 is #2F8F6B. Grayscale: #909090. Windows color (decimal): -3116908 or 9728208. OLE color: 9728208.
HSL color Cylindrical-coordinate representation of color #D07094: hue angle of 337.5º 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 #D07094 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 148 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.18 |
| HSL | 337.5º | 0.51% | 0.63% | - |
| HSV(B) | 337.5º | 0.46% | 0.82% | - |
| XYZ | 37.15 | 27.14 | 31.3 | - |
| YUV | 144.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 148 | 0 | 0.46 | 0.29 | 0.18 | 337.5 | 0.51 | 0.63 |
| Hex | D0 | 70 | 94 | 0 | 2E | 1D | 12 | 152 | 33 | 3F |
| Octal | 320 | 160 | 224 | 0 | 56 | 35 | 22 | 522 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10010100 | 0 | 101110 | 11101 | 10010 | 101010010 | 110011 | 111111 |
Color Harmonies of #D07094
Complementary color
Monochromatic Colors of #D07094
Black with #D07094
Text Example
Text Example
White with #D07094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07094; }
p { color: rgb(208,112,148); }
H1.HeaderClassName
{
color: #D07094;
}
.AnyTagClassName
{
color: #D07094;
}
</style>
background-color css
<style>
a { background-color: #D07094; }
a { background-color: rgb(208,112,148); }
div.DivClassName
{
background-color: #D07094;
}
.BgClassName
{
background-color: #D07094;
}
</style>
border-color css
<style>
span { border-color: #D07094; }
span { border-color: rgb(208,112,148); }
td.TdClassName
{
border-color: #D07094;
}
.TagClassName
{
border-color: #D07094;
}
</style>