Shades of Hopbush #D0678C
Tints of Hopbush #D0678C
RGB
CMYK
RGB Variations
Color information
#D0678C (or 0xD0678C) is known color: Hopbush. HEX triplet: D0, 67 and 8C. RGB value is (208,103,140). Sum of RGB (Red+Green+Blue) = 208+103+140=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0678C is #2F9873. Grayscale: #8A8A8A. Windows color (decimal): -3119220 or 9201616. OLE color: 9201616.
HSL color Cylindrical-coordinate representation of color #D0678C: hue angle of 338.86º degrees, saturation: 0.53, 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 #D0678C is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 140 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.18 |
| HSL | 338.86º | 0.53% | 0.61% | - |
| HSV(B) | 338.86º | 0.5% | 0.82% | - |
| XYZ | 35.6 | 25 | 27.76 | - |
| YUV | 138.61 | 128.79 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 140 | 0 | 0.50 | 0.33 | 0.18 | 338.86 | 0.53 | 0.61 |
| Hex | D0 | 67 | 8C | 0 | 32 | 21 | 12 | 153 | 35 | 3D |
| Octal | 320 | 147 | 214 | 0 | 62 | 41 | 22 | 523 | 65 | 75 |
| Binary | 11010000 | 1100111 | 10001100 | 0 | 110010 | 100001 | 10010 | 101010011 | 110101 | 111101 |
Color Harmonies of #D0678C
Complementary color
Monochromatic Colors of #D0678C
Black with #D0678C
Text Example
Text Example
White with #D0678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0678C; }
p { color: rgb(208,103,140); }
H1.HeaderClassName
{
color: #D0678C;
}
.AnyTagClassName
{
color: #D0678C;
}
</style>
background-color css
<style>
a { background-color: #D0678C; }
a { background-color: rgb(208,103,140); }
div.DivClassName
{
background-color: #D0678C;
}
.BgClassName
{
background-color: #D0678C;
}
</style>
border-color css
<style>
span { border-color: #D0678C; }
span { border-color: rgb(208,103,140); }
td.TdClassName
{
border-color: #D0678C;
}
.TagClassName
{
border-color: #D0678C;
}
</style>