Shades of Hopbush #D067A1
Tints of Hopbush #D067A1
RGB
CMYK
RGB Variations
Color information
#D067A1 (or 0xD067A1) is known color: Hopbush. HEX triplet: D0, 67 and A1. RGB value is (208,103,161). Sum of RGB (Red+Green+Blue) = 208+103+161=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D067A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D067A1 is #2F985E. Grayscale: #8C8C8C. Windows color (decimal): -3119199 or 10577872. OLE color: 10577872.
HSL color Cylindrical-coordinate representation of color #D067A1: hue angle of 326.86º 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 #D067A1 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 161 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.18 |
| HSL | 326.86º | 0.53% | 0.61% | - |
| HSV(B) | 326.86º | 0.5% | 0.82% | - |
| XYZ | 37.3 | 25.68 | 36.71 | - |
| YUV | 141.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 161 | 0 | 0.50 | 0.23 | 0.18 | 326.86 | 0.53 | 0.61 |
| Hex | D0 | 67 | A1 | 0 | 32 | 17 | 12 | 147 | 35 | 3D |
| Octal | 320 | 147 | 241 | 0 | 62 | 27 | 22 | 507 | 65 | 75 |
| Binary | 11010000 | 1100111 | 10100001 | 0 | 110010 | 10111 | 10010 | 101000111 | 110101 | 111101 |
Color Harmonies of #D067A1
Complementary color
Monochromatic Colors of #D067A1
Black with #D067A1
Text Example
Text Example
White with #D067A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067A1; }
p { color: rgb(208,103,161); }
H1.HeaderClassName
{
color: #D067A1;
}
.AnyTagClassName
{
color: #D067A1;
}
</style>
background-color css
<style>
a { background-color: #D067A1; }
a { background-color: rgb(208,103,161); }
div.DivClassName
{
background-color: #D067A1;
}
.BgClassName
{
background-color: #D067A1;
}
</style>
border-color css
<style>
span { border-color: #D067A1; }
span { border-color: rgb(208,103,161); }
td.TdClassName
{
border-color: #D067A1;
}
.TagClassName
{
border-color: #D067A1;
}
</style>