Shades of Hopbush #D068A2
Tints of Hopbush #D068A2
RGB
CMYK
RGB Variations
Color information
#D068A2 (or 0xD068A2) is known color: Hopbush. HEX triplet: D0, 68 and A2. RGB value is (208,104,162). Sum of RGB (Red+Green+Blue) = 208+104+162=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D068A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D068A2 is #2F975D. Grayscale: #8D8D8D. Windows color (decimal): -3118942 or 10643664. OLE color: 10643664.
HSL color Cylindrical-coordinate representation of color #D068A2: hue angle of 326.54º 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 #D068A2 is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 162 | - |
| CMYK | 0 | 0.5 | 0.22 | 0.18 |
| HSL | 326.54º | 0.53% | 0.61% | - |
| HSV(B) | 326.54º | 0.5% | 0.82% | - |
| XYZ | 37.48 | 25.92 | 37.21 | - |
| YUV | 141.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 162 | 0 | 0.5 | 0.22 | 0.18 | 326.54 | 0.53 | 0.61 |
| Hex | D0 | 68 | A2 | 0 | 32 | 16 | 12 | 147 | 35 | 3D |
| Octal | 320 | 150 | 242 | 0 | 62 | 26 | 22 | 507 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10100010 | 0 | 110010 | 10110 | 10010 | 101000111 | 110101 | 111101 |
Color Harmonies of #D068A2
Complementary color
Monochromatic Colors of #D068A2
Black with #D068A2
Text Example
Text Example
White with #D068A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068A2; }
p { color: rgb(208,104,162); }
H1.HeaderClassName
{
color: #D068A2;
}
.AnyTagClassName
{
color: #D068A2;
}
</style>
background-color css
<style>
a { background-color: #D068A2; }
a { background-color: rgb(208,104,162); }
div.DivClassName
{
background-color: #D068A2;
}
.BgClassName
{
background-color: #D068A2;
}
</style>
border-color css
<style>
span { border-color: #D068A2; }
span { border-color: rgb(208,104,162); }
td.TdClassName
{
border-color: #D068A2;
}
.TagClassName
{
border-color: #D068A2;
}
</style>