Shades of Hopbush #D07191
Tints of Hopbush #D07191
RGB
CMYK
RGB Variations
Color information
#D07191 (or 0xD07191) is known color: Hopbush. HEX triplet: D0, 71 and 91. RGB value is (208,113,145). Sum of RGB (Red+Green+Blue) = 208+113+145=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D07191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07191 is #2F8E6E. Grayscale: #919191. Windows color (decimal): -3116655 or 9531856. OLE color: 9531856.
HSL color Cylindrical-coordinate representation of color #D07191: hue angle of 339.79º degrees, saturation: 0.5, 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 #D07191 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 145 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.18 |
| HSL | 339.79º | 0.5% | 0.63% | - |
| HSV(B) | 339.79º | 0.46% | 0.82% | - |
| XYZ | 37.03 | 27.26 | 30.1 | - |
| YUV | 145.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 145 | 0 | 0.46 | 0.30 | 0.18 | 339.79 | 0.5 | 0.63 |
| Hex | D0 | 71 | 91 | 0 | 2E | 1E | 12 | 154 | 32 | 3F |
| Octal | 320 | 161 | 221 | 0 | 56 | 36 | 22 | 524 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10010001 | 0 | 101110 | 11110 | 10010 | 101010100 | 110010 | 111111 |
Color Harmonies of #D07191
Complementary color
Monochromatic Colors of #D07191
Black with #D07191
Text Example
Text Example
White with #D07191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07191; }
p { color: rgb(208,113,145); }
H1.HeaderClassName
{
color: #D07191;
}
.AnyTagClassName
{
color: #D07191;
}
</style>
background-color css
<style>
a { background-color: #D07191; }
a { background-color: rgb(208,113,145); }
div.DivClassName
{
background-color: #D07191;
}
.BgClassName
{
background-color: #D07191;
}
</style>
border-color css
<style>
span { border-color: #D07191; }
span { border-color: rgb(208,113,145); }
td.TdClassName
{
border-color: #D07191;
}
.TagClassName
{
border-color: #D07191;
}
</style>