Shades of Hopbush #D07296
Tints of Hopbush #D07296
RGB
CMYK
RGB Variations
Color information
#D07296 (or 0xD07296) is known color: Hopbush. HEX triplet: D0, 72 and 96. RGB value is (208,114,150). Sum of RGB (Red+Green+Blue) = 208+114+150=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D07296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07296 is #2F8D69. Grayscale: #929292. Windows color (decimal): -3116394 or 9859792. OLE color: 9859792.
HSL color Cylindrical-coordinate representation of color #D07296: hue angle of 337.02º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07296 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 150 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.18 |
| HSL | 337.02º | 0.5% | 0.63% | - |
| HSV(B) | 337.02º | 0.45% | 0.82% | - |
| XYZ | 37.53 | 27.65 | 32.21 | - |
| YUV | 146.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 150 | 0 | 0.45 | 0.28 | 0.18 | 337.02 | 0.5 | 0.63 |
| Hex | D0 | 72 | 96 | 0 | 2D | 1C | 12 | 151 | 32 | 3F |
| Octal | 320 | 162 | 226 | 0 | 55 | 34 | 22 | 521 | 62 | 77 |
| Binary | 11010000 | 1110010 | 10010110 | 0 | 101101 | 11100 | 10010 | 101010001 | 110010 | 111111 |
Color Harmonies of #D07296
Complementary color
Monochromatic Colors of #D07296
Black with #D07296
Text Example
Text Example
White with #D07296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07296; }
p { color: rgb(208,114,150); }
H1.HeaderClassName
{
color: #D07296;
}
.AnyTagClassName
{
color: #D07296;
}
</style>
background-color css
<style>
a { background-color: #D07296; }
a { background-color: rgb(208,114,150); }
div.DivClassName
{
background-color: #D07296;
}
.BgClassName
{
background-color: #D07296;
}
</style>
border-color css
<style>
span { border-color: #D07296; }
span { border-color: rgb(208,114,150); }
td.TdClassName
{
border-color: #D07296;
}
.TagClassName
{
border-color: #D07296;
}
</style>