Shades of Hopbush #D068A4
Tints of Hopbush #D068A4
RGB
CMYK
RGB Variations
Color information
#D068A4 (or 0xD068A4) is known color: Hopbush. HEX triplet: D0, 68 and A4. RGB value is (208,104,164). Sum of RGB (Red+Green+Blue) = 208+104+164=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D068A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D068A4 is #2F975B. Grayscale: #8D8D8D. Windows color (decimal): -3118940 or 10774736. OLE color: 10774736.
HSL color Cylindrical-coordinate representation of color #D068A4: hue angle of 325.38º 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 #D068A4 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 164 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.18 |
| HSL | 325.38º | 0.53% | 0.61% | - |
| HSV(B) | 325.38º | 0.5% | 0.82% | - |
| XYZ | 37.66 | 25.99 | 38.15 | - |
| YUV | 141.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 164 | 0 | 0.5 | 0.21 | 0.18 | 325.38 | 0.53 | 0.61 |
| Hex | D0 | 68 | A4 | 0 | 32 | 15 | 12 | 145 | 35 | 3D |
| Octal | 320 | 150 | 244 | 0 | 62 | 25 | 22 | 505 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10100100 | 0 | 110010 | 10101 | 10010 | 101000101 | 110101 | 111101 |
Color Harmonies of #D068A4
Complementary color
Monochromatic Colors of #D068A4
Black with #D068A4
Text Example
Text Example
White with #D068A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068A4; }
p { color: rgb(208,104,164); }
H1.HeaderClassName
{
color: #D068A4;
}
.AnyTagClassName
{
color: #D068A4;
}
</style>
background-color css
<style>
a { background-color: #D068A4; }
a { background-color: rgb(208,104,164); }
div.DivClassName
{
background-color: #D068A4;
}
.BgClassName
{
background-color: #D068A4;
}
</style>
border-color css
<style>
span { border-color: #D068A4; }
span { border-color: rgb(208,104,164); }
td.TdClassName
{
border-color: #D068A4;
}
.TagClassName
{
border-color: #D068A4;
}
</style>