Shades of Hopbush #D06C8F
Tints of Hopbush #D06C8F
RGB
CMYK
RGB Variations
Color information
#D06C8F (or 0xD06C8F) is known color: Hopbush. HEX triplet: D0, 6C and 8F. RGB value is (208,108,143). Sum of RGB (Red+Green+Blue) = 208+108+143=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06C8F is #2F9370. Grayscale: #8D8D8D. Windows color (decimal): -3117937 or 9399504. OLE color: 9399504.
HSL color Cylindrical-coordinate representation of color #D06C8F: hue angle of 339º 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 #D06C8F is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 143 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.18 |
| HSL | 339º | 0.52% | 0.62% | - |
| HSV(B) | 339º | 0.48% | 0.82% | - |
| XYZ | 36.33 | 26.12 | 29.11 | - |
| YUV | 141.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 143 | 0 | 0.48 | 0.31 | 0.18 | 339 | 0.52 | 0.62 |
| Hex | D0 | 6C | 8F | 0 | 30 | 1F | 12 | 153 | 34 | 3E |
| Octal | 320 | 154 | 217 | 0 | 60 | 37 | 22 | 523 | 64 | 76 |
| Binary | 11010000 | 1101100 | 10001111 | 0 | 110000 | 11111 | 10010 | 101010011 | 110100 | 111110 |
Color Harmonies of #D06C8F
Complementary color
Monochromatic Colors of #D06C8F
Black with #D06C8F
Text Example
Text Example
White with #D06C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C8F; }
p { color: rgb(208,108,143); }
H1.HeaderClassName
{
color: #D06C8F;
}
.AnyTagClassName
{
color: #D06C8F;
}
</style>
background-color css
<style>
a { background-color: #D06C8F; }
a { background-color: rgb(208,108,143); }
div.DivClassName
{
background-color: #D06C8F;
}
.BgClassName
{
background-color: #D06C8F;
}
</style>
border-color css
<style>
span { border-color: #D06C8F; }
span { border-color: rgb(208,108,143); }
td.TdClassName
{
border-color: #D06C8F;
}
.TagClassName
{
border-color: #D06C8F;
}
</style>