Shades of Hopbush #D0719B
Tints of Hopbush #D0719B
RGB
CMYK
RGB Variations
Color information
#D0719B (or 0xD0719B) is known color: Hopbush. HEX triplet: D0, 71 and 9B. RGB value is (208,113,155). Sum of RGB (Red+Green+Blue) = 208+113+155=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0719B is #2F8E64. Grayscale: #929292. Windows color (decimal): -3116645 or 10187216. OLE color: 10187216.
HSL color Cylindrical-coordinate representation of color #D0719B: hue angle of 333.47º 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 #D0719B is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 155 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.18 |
| HSL | 333.47º | 0.5% | 0.63% | - |
| HSV(B) | 333.47º | 0.46% | 0.82% | - |
| XYZ | 37.83 | 27.59 | 34.34 | - |
| YUV | 146.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 155 | 0 | 0.46 | 0.25 | 0.18 | 333.47 | 0.5 | 0.63 |
| Hex | D0 | 71 | 9B | 0 | 2E | 19 | 12 | 14D | 32 | 3F |
| Octal | 320 | 161 | 233 | 0 | 56 | 31 | 22 | 515 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10011011 | 0 | 101110 | 11001 | 10010 | 101001101 | 110010 | 111111 |
Color Harmonies of #D0719B
Complementary color
Monochromatic Colors of #D0719B
Black with #D0719B
Text Example
Text Example
White with #D0719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0719B; }
p { color: rgb(208,113,155); }
H1.HeaderClassName
{
color: #D0719B;
}
.AnyTagClassName
{
color: #D0719B;
}
</style>
background-color css
<style>
a { background-color: #D0719B; }
a { background-color: rgb(208,113,155); }
div.DivClassName
{
background-color: #D0719B;
}
.BgClassName
{
background-color: #D0719B;
}
</style>
border-color css
<style>
span { border-color: #D0719B; }
span { border-color: rgb(208,113,155); }
td.TdClassName
{
border-color: #D0719B;
}
.TagClassName
{
border-color: #D0719B;
}
</style>