Shades of Hopbush #D06A8D
Tints of Hopbush #D06A8D
RGB
CMYK
RGB Variations
Color information
#D06A8D (or 0xD06A8D) is known color: Hopbush. HEX triplet: D0, 6A and 8D. RGB value is (208,106,141). Sum of RGB (Red+Green+Blue) = 208+106+141=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06A8D is #2F9572. Grayscale: #8C8C8C. Windows color (decimal): -3118451 or 9267920. OLE color: 9267920.
HSL color Cylindrical-coordinate representation of color #D06A8D: hue angle of 339.41º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06A8D is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 141 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.18 |
| HSL | 339.41º | 0.52% | 0.62% | - |
| HSV(B) | 339.41º | 0.49% | 0.82% | - |
| XYZ | 35.97 | 25.64 | 28.25 | - |
| YUV | 140.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 141 | 0 | 0.49 | 0.32 | 0.18 | 339.41 | 0.52 | 0.62 |
| Hex | D0 | 6A | 8D | 0 | 31 | 20 | 12 | 153 | 34 | 3E |
| Octal | 320 | 152 | 215 | 0 | 61 | 40 | 22 | 523 | 64 | 76 |
| Binary | 11010000 | 1101010 | 10001101 | 0 | 110001 | 100000 | 10010 | 101010011 | 110100 | 111110 |
Color Harmonies of #D06A8D
Complementary color
Monochromatic Colors of #D06A8D
Black with #D06A8D
Text Example
Text Example
White with #D06A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06A8D; }
p { color: rgb(208,106,141); }
H1.HeaderClassName
{
color: #D06A8D;
}
.AnyTagClassName
{
color: #D06A8D;
}
</style>
background-color css
<style>
a { background-color: #D06A8D; }
a { background-color: rgb(208,106,141); }
div.DivClassName
{
background-color: #D06A8D;
}
.BgClassName
{
background-color: #D06A8D;
}
</style>
border-color css
<style>
span { border-color: #D06A8D; }
span { border-color: rgb(208,106,141); }
td.TdClassName
{
border-color: #D06A8D;
}
.TagClassName
{
border-color: #D06A8D;
}
</style>