Shades of Hopbush #D0688A
Tints of Hopbush #D0688A
RGB
CMYK
RGB Variations
Color information
#D0688A (or 0xD0688A) is known color: Hopbush. HEX triplet: D0, 68 and 8A. RGB value is (208,104,138). Sum of RGB (Red+Green+Blue) = 208+104+138=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0688A is #2F9775. Grayscale: #8A8A8A. Windows color (decimal): -3118966 or 9070800. OLE color: 9070800.
HSL color Cylindrical-coordinate representation of color #D0688A: hue angle of 340.38º 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 #D0688A is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 138 | - |
| CMYK | 0 | 0.5 | 0.34 | 0.18 |
| HSL | 340.38º | 0.53% | 0.61% | - |
| HSV(B) | 340.38º | 0.5% | 0.82% | - |
| XYZ | 35.55 | 25.15 | 27.02 | - |
| YUV | 138.97 | 127.46 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 138 | 0 | 0.5 | 0.34 | 0.18 | 340.38 | 0.53 | 0.61 |
| Hex | D0 | 68 | 8A | 0 | 32 | 22 | 12 | 154 | 35 | 3D |
| Octal | 320 | 150 | 212 | 0 | 62 | 42 | 22 | 524 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10001010 | 0 | 110010 | 100010 | 10010 | 101010100 | 110101 | 111101 |
Color Harmonies of #D0688A
Complementary color
Monochromatic Colors of #D0688A
Black with #D0688A
Text Example
Text Example
White with #D0688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0688A; }
p { color: rgb(208,104,138); }
H1.HeaderClassName
{
color: #D0688A;
}
.AnyTagClassName
{
color: #D0688A;
}
</style>
background-color css
<style>
a { background-color: #D0688A; }
a { background-color: rgb(208,104,138); }
div.DivClassName
{
background-color: #D0688A;
}
.BgClassName
{
background-color: #D0688A;
}
</style>
border-color css
<style>
span { border-color: #D0688A; }
span { border-color: rgb(208,104,138); }
td.TdClassName
{
border-color: #D0688A;
}
.TagClassName
{
border-color: #D0688A;
}
</style>