Shades of Hopbush #D2678E
Tints of Hopbush #D2678E
RGB
CMYK
RGB Variations
Color information
#D2678E (or 0xD2678E) is known color: Hopbush. HEX triplet: D2, 67 and 8E. RGB value is (210,103,142). Sum of RGB (Red+Green+Blue) = 210+103+142=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2678E is #2D9871. Grayscale: #8B8B8B. Windows color (decimal): -2988146 or 9332690. OLE color: 9332690.
HSL color Cylindrical-coordinate representation of color #D2678E: hue angle of 338.13º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2678E is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 142 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.18 |
| HSL | 338.13º | 0.54% | 0.61% | - |
| HSV(B) | 338.13º | 0.51% | 0.82% | - |
| XYZ | 36.31 | 25.36 | 28.57 | - |
| YUV | 139.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 142 | 0 | 0.51 | 0.32 | 0.18 | 338.13 | 0.54 | 0.61 |
| Hex | D2 | 67 | 8E | 0 | 33 | 20 | 12 | 152 | 36 | 3D |
| Octal | 322 | 147 | 216 | 0 | 63 | 40 | 22 | 522 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10001110 | 0 | 110011 | 100000 | 10010 | 101010010 | 110110 | 111101 |
Color Harmonies of #D2678E
Complementary color
Monochromatic Colors of #D2678E
Black with #D2678E
Text Example
Text Example
White with #D2678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2678E; }
p { color: rgb(210,103,142); }
H1.HeaderClassName
{
color: #D2678E;
}
.AnyTagClassName
{
color: #D2678E;
}
</style>
background-color css
<style>
a { background-color: #D2678E; }
a { background-color: rgb(210,103,142); }
div.DivClassName
{
background-color: #D2678E;
}
.BgClassName
{
background-color: #D2678E;
}
</style>
border-color css
<style>
span { border-color: #D2678E; }
span { border-color: rgb(210,103,142); }
td.TdClassName
{
border-color: #D2678E;
}
.TagClassName
{
border-color: #D2678E;
}
</style>