Shades of Hopbush #D06496
Tints of Hopbush #D06496
RGB
CMYK
RGB Variations
Color information
#D06496 (or 0xD06496) is known color: Hopbush. HEX triplet: D0, 64 and 96. RGB value is (208,100,150). Sum of RGB (Red+Green+Blue) = 208+100+150=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D06496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06496 is #2F9B69. Grayscale: #898989. Windows color (decimal): -3119978 or 9856208. OLE color: 9856208.
HSL color Cylindrical-coordinate representation of color #D06496: hue angle of 332.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06496 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 150 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.18 |
| HSL | 332.22º | 0.53% | 0.6% | - |
| HSV(B) | 332.22º | 0.52% | 0.82% | - |
| XYZ | 36.07 | 24.73 | 31.73 | - |
| YUV | 137.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 150 | 0 | 0.52 | 0.28 | 0.18 | 332.22 | 0.53 | 0.6 |
| Hex | D0 | 64 | 96 | 0 | 34 | 1C | 12 | 14C | 35 | 3C |
| Octal | 320 | 144 | 226 | 0 | 64 | 34 | 22 | 514 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10010110 | 0 | 110100 | 11100 | 10010 | 101001100 | 110101 | 111100 |
Color Harmonies of #D06496
Complementary color
Monochromatic Colors of #D06496
Black with #D06496
Text Example
Text Example
White with #D06496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06496; }
p { color: rgb(208,100,150); }
H1.HeaderClassName
{
color: #D06496;
}
.AnyTagClassName
{
color: #D06496;
}
</style>
background-color css
<style>
a { background-color: #D06496; }
a { background-color: rgb(208,100,150); }
div.DivClassName
{
background-color: #D06496;
}
.BgClassName
{
background-color: #D06496;
}
</style>
border-color css
<style>
span { border-color: #D06496; }
span { border-color: rgb(208,100,150); }
td.TdClassName
{
border-color: #D06496;
}
.TagClassName
{
border-color: #D06496;
}
</style>