Shades of Hopbush #D06C9B
Tints of Hopbush #D06C9B
RGB
CMYK
RGB Variations
Color information
#D06C9B (or 0xD06C9B) is known color: Hopbush. HEX triplet: D0, 6C and 9B. RGB value is (208,108,155). Sum of RGB (Red+Green+Blue) = 208+108+155=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06C9B is #2F9364. Grayscale: #8F8F8F. Windows color (decimal): -3117925 or 10185936. OLE color: 10185936.
HSL color Cylindrical-coordinate representation of color #D06C9B: hue angle of 331.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06C9B is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 155 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.18 |
| HSL | 331.8º | 0.52% | 0.62% | - |
| HSV(B) | 331.8º | 0.48% | 0.82% | - |
| XYZ | 37.29 | 26.5 | 34.16 | - |
| YUV | 143.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 155 | 0 | 0.48 | 0.25 | 0.18 | 331.8 | 0.52 | 0.62 |
| Hex | D0 | 6C | 9B | 0 | 30 | 19 | 12 | 14C | 34 | 3E |
| Octal | 320 | 154 | 233 | 0 | 60 | 31 | 22 | 514 | 64 | 76 |
| Binary | 11010000 | 1101100 | 10011011 | 0 | 110000 | 11001 | 10010 | 101001100 | 110100 | 111110 |
Color Harmonies of #D06C9B
Complementary color
Monochromatic Colors of #D06C9B
Black with #D06C9B
Text Example
Text Example
White with #D06C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C9B; }
p { color: rgb(208,108,155); }
H1.HeaderClassName
{
color: #D06C9B;
}
.AnyTagClassName
{
color: #D06C9B;
}
</style>
background-color css
<style>
a { background-color: #D06C9B; }
a { background-color: rgb(208,108,155); }
div.DivClassName
{
background-color: #D06C9B;
}
.BgClassName
{
background-color: #D06C9B;
}
</style>
border-color css
<style>
span { border-color: #D06C9B; }
span { border-color: rgb(208,108,155); }
td.TdClassName
{
border-color: #D06C9B;
}
.TagClassName
{
border-color: #D06C9B;
}
</style>