Shades of Hopbush #D06B9A
Tints of Hopbush #D06B9A
RGB
CMYK
RGB Variations
Color information
#D06B9A (or 0xD06B9A) is known color: Hopbush. HEX triplet: D0, 6B and 9A. RGB value is (208,107,154). Sum of RGB (Red+Green+Blue) = 208+107+154=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06B9A is #2F9465. Grayscale: #8E8E8E. Windows color (decimal): -3118182 or 10120144. OLE color: 10120144.
HSL color Cylindrical-coordinate representation of color #D06B9A: hue angle of 332.08º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06B9A is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 154 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.18 |
| HSL | 332.08º | 0.52% | 0.62% | - |
| HSV(B) | 332.08º | 0.49% | 0.82% | - |
| XYZ | 37.1 | 26.26 | 33.68 | - |
| YUV | 142.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 154 | 0 | 0.49 | 0.26 | 0.18 | 332.08 | 0.52 | 0.62 |
| Hex | D0 | 6B | 9A | 0 | 31 | 1A | 12 | 14C | 34 | 3E |
| Octal | 320 | 153 | 232 | 0 | 61 | 32 | 22 | 514 | 64 | 76 |
| Binary | 11010000 | 1101011 | 10011010 | 0 | 110001 | 11010 | 10010 | 101001100 | 110100 | 111110 |
Color Harmonies of #D06B9A
Complementary color
Monochromatic Colors of #D06B9A
Black with #D06B9A
Text Example
Text Example
White with #D06B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06B9A; }
p { color: rgb(208,107,154); }
H1.HeaderClassName
{
color: #D06B9A;
}
.AnyTagClassName
{
color: #D06B9A;
}
</style>
background-color css
<style>
a { background-color: #D06B9A; }
a { background-color: rgb(208,107,154); }
div.DivClassName
{
background-color: #D06B9A;
}
.BgClassName
{
background-color: #D06B9A;
}
</style>
border-color css
<style>
span { border-color: #D06B9A; }
span { border-color: rgb(208,107,154); }
td.TdClassName
{
border-color: #D06B9A;
}
.TagClassName
{
border-color: #D06B9A;
}
</style>