Shades of Hopbush #D068AC
Tints of Hopbush #D068AC
RGB
CMYK
RGB Variations
Color information
#D068AC (or 0xD068AC) is known color: Hopbush. HEX triplet: D0, 68 and AC. RGB value is (208,104,172). Sum of RGB (Red+Green+Blue) = 208+104+172=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D068AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D068AC is #2F9753. Grayscale: #8E8E8E. Windows color (decimal): -3118932 or 11299024. OLE color: 11299024.
HSL color Cylindrical-coordinate representation of color #D068AC: hue angle of 320.77º 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 #D068AC is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 172 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.18 |
| HSL | 320.77º | 0.53% | 0.61% | - |
| HSV(B) | 320.77º | 0.5% | 0.82% | - |
| XYZ | 38.41 | 26.29 | 42.08 | - |
| YUV | 142.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 172 | 0 | 0.5 | 0.17 | 0.18 | 320.77 | 0.53 | 0.61 |
| Hex | D0 | 68 | AC | 0 | 32 | 11 | 12 | 141 | 35 | 3D |
| Octal | 320 | 150 | 254 | 0 | 62 | 21 | 22 | 501 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10101100 | 0 | 110010 | 10001 | 10010 | 101000001 | 110101 | 111101 |
Color Harmonies of #D068AC
Complementary color
Monochromatic Colors of #D068AC
Black with #D068AC
Text Example
Text Example
White with #D068AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068AC; }
p { color: rgb(208,104,172); }
H1.HeaderClassName
{
color: #D068AC;
}
.AnyTagClassName
{
color: #D068AC;
}
</style>
background-color css
<style>
a { background-color: #D068AC; }
a { background-color: rgb(208,104,172); }
div.DivClassName
{
background-color: #D068AC;
}
.BgClassName
{
background-color: #D068AC;
}
</style>
border-color css
<style>
span { border-color: #D068AC; }
span { border-color: rgb(208,104,172); }
td.TdClassName
{
border-color: #D068AC;
}
.TagClassName
{
border-color: #D068AC;
}
</style>