Shades of Hopbush #D06C92
Tints of Hopbush #D06C92
RGB
CMYK
RGB Variations
Color information
#D06C92 (or 0xD06C92) is known color: Hopbush. HEX triplet: D0, 6C and 92. RGB value is (208,108,146). Sum of RGB (Red+Green+Blue) = 208+108+146=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06C92 is #2F936D. Grayscale: #8E8E8E. Windows color (decimal): -3117934 or 9596112. OLE color: 9596112.
HSL color Cylindrical-coordinate representation of color #D06C92: hue angle of 337.2º 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 #D06C92 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 146 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.18 |
| HSL | 337.2º | 0.52% | 0.62% | - |
| HSV(B) | 337.2º | 0.48% | 0.82% | - |
| XYZ | 36.56 | 26.21 | 30.33 | - |
| YUV | 142.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 146 | 0 | 0.48 | 0.30 | 0.18 | 337.2 | 0.52 | 0.62 |
| Hex | D0 | 6C | 92 | 0 | 30 | 1E | 12 | 151 | 34 | 3E |
| Octal | 320 | 154 | 222 | 0 | 60 | 36 | 22 | 521 | 64 | 76 |
| Binary | 11010000 | 1101100 | 10010010 | 0 | 110000 | 11110 | 10010 | 101010001 | 110100 | 111110 |
Color Harmonies of #D06C92
Complementary color
Monochromatic Colors of #D06C92
Black with #D06C92
Text Example
Text Example
White with #D06C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C92; }
p { color: rgb(208,108,146); }
H1.HeaderClassName
{
color: #D06C92;
}
.AnyTagClassName
{
color: #D06C92;
}
</style>
background-color css
<style>
a { background-color: #D06C92; }
a { background-color: rgb(208,108,146); }
div.DivClassName
{
background-color: #D06C92;
}
.BgClassName
{
background-color: #D06C92;
}
</style>
border-color css
<style>
span { border-color: #D06C92; }
span { border-color: rgb(208,108,146); }
td.TdClassName
{
border-color: #D06C92;
}
.TagClassName
{
border-color: #D06C92;
}
</style>