Shades of Hopbush #D2688A
Tints of Hopbush #D2688A
RGB
CMYK
RGB Variations
Color information
#D2688A (or 0xD2688A) is known color: Hopbush. HEX triplet: D2, 68 and 8A. RGB value is (210,104,138). Sum of RGB (Red+Green+Blue) = 210+104+138=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2688A is #2D9775. Grayscale: #8B8B8B. Windows color (decimal): -2987894 or 9070802. OLE color: 9070802.
HSL color Cylindrical-coordinate representation of color #D2688A: hue angle of 340.75º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2688A is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 138 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.18 |
| HSL | 340.75º | 0.54% | 0.62% | - |
| HSV(B) | 340.75º | 0.5% | 0.82% | - |
| XYZ | 36.12 | 25.44 | 27.05 | - |
| YUV | 139.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 138 | 0 | 0.50 | 0.34 | 0.18 | 340.75 | 0.54 | 0.62 |
| Hex | D2 | 68 | 8A | 0 | 32 | 22 | 12 | 155 | 36 | 3E |
| Octal | 322 | 150 | 212 | 0 | 62 | 42 | 22 | 525 | 66 | 76 |
| Binary | 11010010 | 1101000 | 10001010 | 0 | 110010 | 100010 | 10010 | 101010101 | 110110 | 111110 |
Color Harmonies of #D2688A
Complementary color
Monochromatic Colors of #D2688A
Black with #D2688A
Text Example
Text Example
White with #D2688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2688A; }
p { color: rgb(210,104,138); }
H1.HeaderClassName
{
color: #D2688A;
}
.AnyTagClassName
{
color: #D2688A;
}
</style>
background-color css
<style>
a { background-color: #D2688A; }
a { background-color: rgb(210,104,138); }
div.DivClassName
{
background-color: #D2688A;
}
.BgClassName
{
background-color: #D2688A;
}
</style>
border-color css
<style>
span { border-color: #D2688A; }
span { border-color: rgb(210,104,138); }
td.TdClassName
{
border-color: #D2688A;
}
.TagClassName
{
border-color: #D2688A;
}
</style>