Shades of Hopbush #D06896
Tints of Hopbush #D06896
RGB
CMYK
RGB Variations
Color information
#D06896 (or 0xD06896) is known color: Hopbush. HEX triplet: D0, 68 and 96. RGB value is (208,104,150). Sum of RGB (Red+Green+Blue) = 208+104+150=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D06896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06896 is #2F9769. Grayscale: #8C8C8C. Windows color (decimal): -3118954 or 9857232. OLE color: 9857232.
HSL color Cylindrical-coordinate representation of color #D06896: hue angle of 333.46º 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 #D06896 is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 150 | - |
| CMYK | 0 | 0.5 | 0.28 | 0.18 |
| HSL | 333.46º | 0.53% | 0.61% | - |
| HSV(B) | 333.46º | 0.5% | 0.82% | - |
| XYZ | 36.47 | 25.51 | 31.86 | - |
| YUV | 140.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 150 | 0 | 0.5 | 0.28 | 0.18 | 333.46 | 0.53 | 0.61 |
| Hex | D0 | 68 | 96 | 0 | 32 | 1C | 12 | 14D | 35 | 3D |
| Octal | 320 | 150 | 226 | 0 | 62 | 34 | 22 | 515 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10010110 | 0 | 110010 | 11100 | 10010 | 101001101 | 110101 | 111101 |
Color Harmonies of #D06896
Complementary color
Monochromatic Colors of #D06896
Black with #D06896
Text Example
Text Example
White with #D06896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06896; }
p { color: rgb(208,104,150); }
H1.HeaderClassName
{
color: #D06896;
}
.AnyTagClassName
{
color: #D06896;
}
</style>
background-color css
<style>
a { background-color: #D06896; }
a { background-color: rgb(208,104,150); }
div.DivClassName
{
background-color: #D06896;
}
.BgClassName
{
background-color: #D06896;
}
</style>
border-color css
<style>
span { border-color: #D06896; }
span { border-color: rgb(208,104,150); }
td.TdClassName
{
border-color: #D06896;
}
.TagClassName
{
border-color: #D06896;
}
</style>