Shades of Hopbush #D068AB
Tints of Hopbush #D068AB
RGB
CMYK
RGB Variations
Color information
#D068AB (or 0xD068AB) is known color: Hopbush. HEX triplet: D0, 68 and AB. RGB value is (208,104,171). Sum of RGB (Red+Green+Blue) = 208+104+171=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D068AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D068AB is #2F9754. Grayscale: #8E8E8E. Windows color (decimal): -3118933 or 11233488. OLE color: 11233488.
HSL color Cylindrical-coordinate representation of color #D068AB: hue angle of 321.35º 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 #D068AB is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 171 | - |
| CMYK | 0 | 0.5 | 0.18 | 0.18 |
| HSL | 321.35º | 0.53% | 0.61% | - |
| HSV(B) | 321.35º | 0.5% | 0.82% | - |
| XYZ | 38.31 | 26.25 | 41.58 | - |
| YUV | 142.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 171 | 0 | 0.5 | 0.18 | 0.18 | 321.35 | 0.53 | 0.61 |
| Hex | D0 | 68 | AB | 0 | 32 | 12 | 12 | 141 | 35 | 3D |
| Octal | 320 | 150 | 253 | 0 | 62 | 22 | 22 | 501 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10101011 | 0 | 110010 | 10010 | 10010 | 101000001 | 110101 | 111101 |
Color Harmonies of #D068AB
Complementary color
Monochromatic Colors of #D068AB
Black with #D068AB
Text Example
Text Example
White with #D068AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068AB; }
p { color: rgb(208,104,171); }
H1.HeaderClassName
{
color: #D068AB;
}
.AnyTagClassName
{
color: #D068AB;
}
</style>
background-color css
<style>
a { background-color: #D068AB; }
a { background-color: rgb(208,104,171); }
div.DivClassName
{
background-color: #D068AB;
}
.BgClassName
{
background-color: #D068AB;
}
</style>
border-color css
<style>
span { border-color: #D068AB; }
span { border-color: rgb(208,104,171); }
td.TdClassName
{
border-color: #D068AB;
}
.TagClassName
{
border-color: #D068AB;
}
</style>