Shades of Hopbush #D0688D
Tints of Hopbush #D0688D
RGB
CMYK
RGB Variations
Color information
#D0688D (or 0xD0688D) is known color: Hopbush. HEX triplet: D0, 68 and 8D. RGB value is (208,104,141). Sum of RGB (Red+Green+Blue) = 208+104+141=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0688D is #2F9772. Grayscale: #8B8B8B. Windows color (decimal): -3118963 or 9267408. OLE color: 9267408.
HSL color Cylindrical-coordinate representation of color #D0688D: hue angle of 338.65º 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 #D0688D is Cyan = 0, Magento = 0.5, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 141 | - |
| CMYK | 0 | 0.5 | 0.32 | 0.18 |
| HSL | 338.65º | 0.53% | 0.61% | - |
| HSV(B) | 338.65º | 0.5% | 0.82% | - |
| XYZ | 35.77 | 25.23 | 28.18 | - |
| YUV | 139.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 141 | 0 | 0.5 | 0.32 | 0.18 | 338.65 | 0.53 | 0.61 |
| Hex | D0 | 68 | 8D | 0 | 32 | 20 | 12 | 153 | 35 | 3D |
| Octal | 320 | 150 | 215 | 0 | 62 | 40 | 22 | 523 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10001101 | 0 | 110010 | 100000 | 10010 | 101010011 | 110101 | 111101 |
Color Harmonies of #D0688D
Complementary color
Monochromatic Colors of #D0688D
Black with #D0688D
Text Example
Text Example
White with #D0688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0688D; }
p { color: rgb(208,104,141); }
H1.HeaderClassName
{
color: #D0688D;
}
.AnyTagClassName
{
color: #D0688D;
}
</style>
background-color css
<style>
a { background-color: #D0688D; }
a { background-color: rgb(208,104,141); }
div.DivClassName
{
background-color: #D0688D;
}
.BgClassName
{
background-color: #D0688D;
}
</style>
border-color css
<style>
span { border-color: #D0688D; }
span { border-color: rgb(208,104,141); }
td.TdClassName
{
border-color: #D0688D;
}
.TagClassName
{
border-color: #D0688D;
}
</style>