Shades of Hopbush #D06996
Tints of Hopbush #D06996
RGB
CMYK
RGB Variations
Color information
#D06996 (or 0xD06996) is known color: Hopbush. HEX triplet: D0, 69 and 96. RGB value is (208,105,150). Sum of RGB (Red+Green+Blue) = 208+105+150=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D06996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06996 is #2F9669. Grayscale: #8C8C8C. Windows color (decimal): -3118698 or 9857488. OLE color: 9857488.
HSL color Cylindrical-coordinate representation of color #D06996: hue angle of 333.79º degrees, saturation: 0.52, 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 #D06996 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 150 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.18 |
| HSL | 333.79º | 0.52% | 0.61% | - |
| HSV(B) | 333.79º | 0.5% | 0.82% | - |
| XYZ | 36.57 | 25.72 | 31.89 | - |
| YUV | 140.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 150 | 0 | 0.50 | 0.28 | 0.18 | 333.79 | 0.52 | 0.61 |
| Hex | D0 | 69 | 96 | 0 | 32 | 1C | 12 | 14E | 34 | 3D |
| Octal | 320 | 151 | 226 | 0 | 62 | 34 | 22 | 516 | 64 | 75 |
| Binary | 11010000 | 1101001 | 10010110 | 0 | 110010 | 11100 | 10010 | 101001110 | 110100 | 111101 |
Color Harmonies of #D06996
Complementary color
Monochromatic Colors of #D06996
Black with #D06996
Text Example
Text Example
White with #D06996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06996; }
p { color: rgb(208,105,150); }
H1.HeaderClassName
{
color: #D06996;
}
.AnyTagClassName
{
color: #D06996;
}
</style>
background-color css
<style>
a { background-color: #D06996; }
a { background-color: rgb(208,105,150); }
div.DivClassName
{
background-color: #D06996;
}
.BgClassName
{
background-color: #D06996;
}
</style>
border-color css
<style>
span { border-color: #D06996; }
span { border-color: rgb(208,105,150); }
td.TdClassName
{
border-color: #D06996;
}
.TagClassName
{
border-color: #D06996;
}
</style>