Shades of Hopbush #D06A9C
Tints of Hopbush #D06A9C
RGB
CMYK
RGB Variations
Color information
#D06A9C (or 0xD06A9C) is known color: Hopbush. HEX triplet: D0, 6A and 9C. RGB value is (208,106,156). Sum of RGB (Red+Green+Blue) = 208+106+156=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06A9C is #2F9563. Grayscale: #8E8E8E. Windows color (decimal): -3118436 or 10250960. OLE color: 10250960.
HSL color Cylindrical-coordinate representation of color #D06A9C: hue angle of 330.59º 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 #D06A9C is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 156 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.18 |
| HSL | 330.59º | 0.52% | 0.62% | - |
| HSV(B) | 330.59º | 0.49% | 0.82% | - |
| XYZ | 37.17 | 26.12 | 34.53 | - |
| YUV | 142.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 156 | 0 | 0.49 | 0.25 | 0.18 | 330.59 | 0.52 | 0.62 |
| Hex | D0 | 6A | 9C | 0 | 31 | 19 | 12 | 14B | 34 | 3E |
| Octal | 320 | 152 | 234 | 0 | 61 | 31 | 22 | 513 | 64 | 76 |
| Binary | 11010000 | 1101010 | 10011100 | 0 | 110001 | 11001 | 10010 | 101001011 | 110100 | 111110 |
Color Harmonies of #D06A9C
Complementary color
Monochromatic Colors of #D06A9C
Black with #D06A9C
Text Example
Text Example
White with #D06A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06A9C; }
p { color: rgb(208,106,156); }
H1.HeaderClassName
{
color: #D06A9C;
}
.AnyTagClassName
{
color: #D06A9C;
}
</style>
background-color css
<style>
a { background-color: #D06A9C; }
a { background-color: rgb(208,106,156); }
div.DivClassName
{
background-color: #D06A9C;
}
.BgClassName
{
background-color: #D06A9C;
}
</style>
border-color css
<style>
span { border-color: #D06A9C; }
span { border-color: rgb(208,106,156); }
td.TdClassName
{
border-color: #D06A9C;
}
.TagClassName
{
border-color: #D06A9C;
}
</style>