Shades of Hopbush #D067A0
Tints of Hopbush #D067A0
RGB
CMYK
RGB Variations
Color information
#D067A0 (or 0xD067A0) is known color: Hopbush. HEX triplet: D0, 67 and A0. RGB value is (208,103,160). Sum of RGB (Red+Green+Blue) = 208+103+160=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D067A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D067A0 is #2F985F. Grayscale: #8C8C8C. Windows color (decimal): -3119200 or 10512336. OLE color: 10512336.
HSL color Cylindrical-coordinate representation of color #D067A0: hue angle of 327.43º 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 #D067A0 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 160 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.18 |
| HSL | 327.43º | 0.53% | 0.61% | - |
| HSV(B) | 327.43º | 0.5% | 0.82% | - |
| XYZ | 37.21 | 25.65 | 36.25 | - |
| YUV | 140.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 160 | 0 | 0.50 | 0.23 | 0.18 | 327.43 | 0.53 | 0.61 |
| Hex | D0 | 67 | A0 | 0 | 32 | 17 | 12 | 147 | 35 | 3D |
| Octal | 320 | 147 | 240 | 0 | 62 | 27 | 22 | 507 | 65 | 75 |
| Binary | 11010000 | 1100111 | 10100000 | 0 | 110010 | 10111 | 10010 | 101000111 | 110101 | 111101 |
Color Harmonies of #D067A0
Complementary color
Monochromatic Colors of #D067A0
Black with #D067A0
Text Example
Text Example
White with #D067A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067A0; }
p { color: rgb(208,103,160); }
H1.HeaderClassName
{
color: #D067A0;
}
.AnyTagClassName
{
color: #D067A0;
}
</style>
background-color css
<style>
a { background-color: #D067A0; }
a { background-color: rgb(208,103,160); }
div.DivClassName
{
background-color: #D067A0;
}
.BgClassName
{
background-color: #D067A0;
}
</style>
border-color css
<style>
span { border-color: #D067A0; }
span { border-color: rgb(208,103,160); }
td.TdClassName
{
border-color: #D067A0;
}
.TagClassName
{
border-color: #D067A0;
}
</style>