Shades of Hopbush #D06790
Tints of Hopbush #D06790
RGB
CMYK
RGB Variations
Color information
#D06790 (or 0xD06790) is known color: Hopbush. HEX triplet: D0, 67 and 90. RGB value is (208,103,144). Sum of RGB (Red+Green+Blue) = 208+103+144=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D06790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06790 is #2F986F. Grayscale: #8B8B8B. Windows color (decimal): -3119216 or 9463760. OLE color: 9463760.
HSL color Cylindrical-coordinate representation of color #D06790: hue angle of 336.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06790 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 144 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.18 |
| HSL | 336.57º | 0.53% | 0.61% | - |
| HSV(B) | 336.57º | 0.5% | 0.82% | - |
| XYZ | 35.9 | 25.12 | 29.34 | - |
| YUV | 139.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 144 | 0 | 0.50 | 0.31 | 0.18 | 336.57 | 0.53 | 0.61 |
| Hex | D0 | 67 | 90 | 0 | 32 | 1F | 12 | 151 | 35 | 3D |
| Octal | 320 | 147 | 220 | 0 | 62 | 37 | 22 | 521 | 65 | 75 |
| Binary | 11010000 | 1100111 | 10010000 | 0 | 110010 | 11111 | 10010 | 101010001 | 110101 | 111101 |
Color Harmonies of #D06790
Complementary color
Monochromatic Colors of #D06790
Black with #D06790
Text Example
Text Example
White with #D06790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06790; }
p { color: rgb(208,103,144); }
H1.HeaderClassName
{
color: #D06790;
}
.AnyTagClassName
{
color: #D06790;
}
</style>
background-color css
<style>
a { background-color: #D06790; }
a { background-color: rgb(208,103,144); }
div.DivClassName
{
background-color: #D06790;
}
.BgClassName
{
background-color: #D06790;
}
</style>
border-color css
<style>
span { border-color: #D06790; }
span { border-color: rgb(208,103,144); }
td.TdClassName
{
border-color: #D06790;
}
.TagClassName
{
border-color: #D06790;
}
</style>