Shades of Hopbush #D06795
Tints of Hopbush #D06795
RGB
CMYK
RGB Variations
Color information
#D06795 (or 0xD06795) is known color: Hopbush. HEX triplet: D0, 67 and 95. RGB value is (208,103,149). Sum of RGB (Red+Green+Blue) = 208+103+149=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D06795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06795 is #2F986A. Grayscale: #8B8B8B. Windows color (decimal): -3119211 or 9791440. OLE color: 9791440.
HSL color Cylindrical-coordinate representation of color #D06795: hue angle of 333.71º 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 #D06795 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 149 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.18 |
| HSL | 333.71º | 0.53% | 0.61% | - |
| HSV(B) | 333.71º | 0.5% | 0.82% | - |
| XYZ | 36.29 | 25.28 | 31.4 | - |
| YUV | 139.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 149 | 0 | 0.50 | 0.28 | 0.18 | 333.71 | 0.53 | 0.61 |
| Hex | D0 | 67 | 95 | 0 | 32 | 1C | 12 | 14E | 35 | 3D |
| Octal | 320 | 147 | 225 | 0 | 62 | 34 | 22 | 516 | 65 | 75 |
| Binary | 11010000 | 1100111 | 10010101 | 0 | 110010 | 11100 | 10010 | 101001110 | 110101 | 111101 |
Color Harmonies of #D06795
Complementary color
Monochromatic Colors of #D06795
Black with #D06795
Text Example
Text Example
White with #D06795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06795; }
p { color: rgb(208,103,149); }
H1.HeaderClassName
{
color: #D06795;
}
.AnyTagClassName
{
color: #D06795;
}
</style>
background-color css
<style>
a { background-color: #D06795; }
a { background-color: rgb(208,103,149); }
div.DivClassName
{
background-color: #D06795;
}
.BgClassName
{
background-color: #D06795;
}
</style>
border-color css
<style>
span { border-color: #D06795; }
span { border-color: rgb(208,103,149); }
td.TdClassName
{
border-color: #D06795;
}
.TagClassName
{
border-color: #D06795;
}
</style>