Shades of Hopbush #D068A1
Tints of Hopbush #D068A1
RGB
CMYK
RGB Variations
Color information
#D068A1 (or 0xD068A1) is known color: Hopbush. HEX triplet: D0, 68 and A1. RGB value is (208,104,161). Sum of RGB (Red+Green+Blue) = 208+104+161=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D068A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D068A1 is #2F975E. Grayscale: #8D8D8D. Windows color (decimal): -3118943 or 10578128. OLE color: 10578128.
HSL color Cylindrical-coordinate representation of color #D068A1: hue angle of 327.12º 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 #D068A1 is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 161 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.18 |
| HSL | 327.12º | 0.53% | 0.61% | - |
| HSV(B) | 327.12º | 0.5% | 0.82% | - |
| XYZ | 37.4 | 25.88 | 36.74 | - |
| YUV | 141.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 161 | 0 | 0.5 | 0.23 | 0.18 | 327.12 | 0.53 | 0.61 |
| Hex | D0 | 68 | A1 | 0 | 32 | 17 | 12 | 147 | 35 | 3D |
| Octal | 320 | 150 | 241 | 0 | 62 | 27 | 22 | 507 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10100001 | 0 | 110010 | 10111 | 10010 | 101000111 | 110101 | 111101 |
Color Harmonies of #D068A1
Complementary color
Monochromatic Colors of #D068A1
Black with #D068A1
Text Example
Text Example
White with #D068A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068A1; }
p { color: rgb(208,104,161); }
H1.HeaderClassName
{
color: #D068A1;
}
.AnyTagClassName
{
color: #D068A1;
}
</style>
background-color css
<style>
a { background-color: #D068A1; }
a { background-color: rgb(208,104,161); }
div.DivClassName
{
background-color: #D068A1;
}
.BgClassName
{
background-color: #D068A1;
}
</style>
border-color css
<style>
span { border-color: #D068A1; }
span { border-color: rgb(208,104,161); }
td.TdClassName
{
border-color: #D068A1;
}
.TagClassName
{
border-color: #D068A1;
}
</style>