Shades of Hopbush #D06596
Tints of Hopbush #D06596
RGB
CMYK
RGB Variations
Color information
#D06596 (or 0xD06596) is known color: Hopbush. HEX triplet: D0, 65 and 96. RGB value is (208,101,150). Sum of RGB (Red+Green+Blue) = 208+101+150=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D06596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06596 is #2F9A69. Grayscale: #8A8A8A. Windows color (decimal): -3119722 or 9856464. OLE color: 9856464.
HSL color Cylindrical-coordinate representation of color #D06596: hue angle of 332.52º 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 #D06596 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 150 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.18 |
| HSL | 332.52º | 0.53% | 0.61% | - |
| HSV(B) | 332.52º | 0.51% | 0.82% | - |
| XYZ | 36.17 | 24.92 | 31.76 | - |
| YUV | 138.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 150 | 0 | 0.51 | 0.28 | 0.18 | 332.52 | 0.53 | 0.61 |
| Hex | D0 | 65 | 96 | 0 | 33 | 1C | 12 | 14D | 35 | 3D |
| Octal | 320 | 145 | 226 | 0 | 63 | 34 | 22 | 515 | 65 | 75 |
| Binary | 11010000 | 1100101 | 10010110 | 0 | 110011 | 11100 | 10010 | 101001101 | 110101 | 111101 |
Color Harmonies of #D06596
Complementary color
Monochromatic Colors of #D06596
Black with #D06596
Text Example
Text Example
White with #D06596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06596; }
p { color: rgb(208,101,150); }
H1.HeaderClassName
{
color: #D06596;
}
.AnyTagClassName
{
color: #D06596;
}
</style>
background-color css
<style>
a { background-color: #D06596; }
a { background-color: rgb(208,101,150); }
div.DivClassName
{
background-color: #D06596;
}
.BgClassName
{
background-color: #D06596;
}
</style>
border-color css
<style>
span { border-color: #D06596; }
span { border-color: rgb(208,101,150); }
td.TdClassName
{
border-color: #D06596;
}
.TagClassName
{
border-color: #D06596;
}
</style>