Shades of Hopbush #D06695
Tints of Hopbush #D06695
RGB
CMYK
RGB Variations
Color information
#D06695 (or 0xD06695) is known color: Hopbush. HEX triplet: D0, 66 and 95. RGB value is (208,102,149). Sum of RGB (Red+Green+Blue) = 208+102+149=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D06695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06695 is #2F996A. Grayscale: #8A8A8A. Windows color (decimal): -3119467 or 9791184. OLE color: 9791184.
HSL color Cylindrical-coordinate representation of color #D06695: hue angle of 333.4º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06695 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 149 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.18 |
| HSL | 333.4º | 0.53% | 0.61% | - |
| HSV(B) | 333.4º | 0.51% | 0.82% | - |
| XYZ | 36.19 | 25.08 | 31.37 | - |
| YUV | 139.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 149 | 0 | 0.51 | 0.28 | 0.18 | 333.4 | 0.53 | 0.61 |
| Hex | D0 | 66 | 95 | 0 | 33 | 1C | 12 | 14D | 35 | 3D |
| Octal | 320 | 146 | 225 | 0 | 63 | 34 | 22 | 515 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10010101 | 0 | 110011 | 11100 | 10010 | 101001101 | 110101 | 111101 |
Color Harmonies of #D06695
Complementary color
Monochromatic Colors of #D06695
Black with #D06695
Text Example
Text Example
White with #D06695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06695; }
p { color: rgb(208,102,149); }
H1.HeaderClassName
{
color: #D06695;
}
.AnyTagClassName
{
color: #D06695;
}
</style>
background-color css
<style>
a { background-color: #D06695; }
a { background-color: rgb(208,102,149); }
div.DivClassName
{
background-color: #D06695;
}
.BgClassName
{
background-color: #D06695;
}
</style>
border-color css
<style>
span { border-color: #D06695; }
span { border-color: rgb(208,102,149); }
td.TdClassName
{
border-color: #D06695;
}
.TagClassName
{
border-color: #D06695;
}
</style>