Shades of Hopbush #D07091
Tints of Hopbush #D07091
RGB
CMYK
RGB Variations
Color information
#D07091 (or 0xD07091) is known color: Hopbush. HEX triplet: D0, 70 and 91. RGB value is (208,112,145). Sum of RGB (Red+Green+Blue) = 208+112+145=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D07091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07091 is #2F8F6E. Grayscale: #909090. Windows color (decimal): -3116911 or 9531600. OLE color: 9531600.
HSL color Cylindrical-coordinate representation of color #D07091: hue angle of 339.38º 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 #D07091 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 145 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.18 |
| HSL | 339.38º | 0.51% | 0.63% | - |
| HSV(B) | 339.38º | 0.46% | 0.82% | - |
| XYZ | 36.92 | 27.04 | 30.06 | - |
| YUV | 144.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 145 | 0 | 0.46 | 0.30 | 0.18 | 339.38 | 0.51 | 0.63 |
| Hex | D0 | 70 | 91 | 0 | 2E | 1E | 12 | 153 | 33 | 3F |
| Octal | 320 | 160 | 221 | 0 | 56 | 36 | 22 | 523 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10010001 | 0 | 101110 | 11110 | 10010 | 101010011 | 110011 | 111111 |
Color Harmonies of #D07091
Complementary color
Monochromatic Colors of #D07091
Black with #D07091
Text Example
Text Example
White with #D07091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07091; }
p { color: rgb(208,112,145); }
H1.HeaderClassName
{
color: #D07091;
}
.AnyTagClassName
{
color: #D07091;
}
</style>
background-color css
<style>
a { background-color: #D07091; }
a { background-color: rgb(208,112,145); }
div.DivClassName
{
background-color: #D07091;
}
.BgClassName
{
background-color: #D07091;
}
</style>
border-color css
<style>
span { border-color: #D07091; }
span { border-color: rgb(208,112,145); }
td.TdClassName
{
border-color: #D07091;
}
.TagClassName
{
border-color: #D07091;
}
</style>