Shades of Hopbush #D0729B
Tints of Hopbush #D0729B
RGB
CMYK
RGB Variations
Color information
#D0729B (or 0xD0729B) is known color: Hopbush. HEX triplet: D0, 72 and 9B. RGB value is (208,114,155). Sum of RGB (Red+Green+Blue) = 208+114+155=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0729B is #2F8D64. Grayscale: #929292. Windows color (decimal): -3116389 or 10187472. OLE color: 10187472.
HSL color Cylindrical-coordinate representation of color #D0729B: hue angle of 333.83º 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 #D0729B is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 155 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.18 |
| HSL | 333.83º | 0.5% | 0.63% | - |
| HSV(B) | 333.83º | 0.45% | 0.82% | - |
| XYZ | 37.95 | 27.81 | 34.38 | - |
| YUV | 146.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 155 | 0 | 0.45 | 0.25 | 0.18 | 333.83 | 0.5 | 0.63 |
| Hex | D0 | 72 | 9B | 0 | 2D | 19 | 12 | 14E | 32 | 3F |
| Octal | 320 | 162 | 233 | 0 | 55 | 31 | 22 | 516 | 62 | 77 |
| Binary | 11010000 | 1110010 | 10011011 | 0 | 101101 | 11001 | 10010 | 101001110 | 110010 | 111111 |
Color Harmonies of #D0729B
Complementary color
Monochromatic Colors of #D0729B
Black with #D0729B
Text Example
Text Example
White with #D0729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0729B; }
p { color: rgb(208,114,155); }
H1.HeaderClassName
{
color: #D0729B;
}
.AnyTagClassName
{
color: #D0729B;
}
</style>
background-color css
<style>
a { background-color: #D0729B; }
a { background-color: rgb(208,114,155); }
div.DivClassName
{
background-color: #D0729B;
}
.BgClassName
{
background-color: #D0729B;
}
</style>
border-color css
<style>
span { border-color: #D0729B; }
span { border-color: rgb(208,114,155); }
td.TdClassName
{
border-color: #D0729B;
}
.TagClassName
{
border-color: #D0729B;
}
</style>