Shades of Hopbush #DA68AB
Tints of Hopbush #DA68AB
RGB
CMYK
RGB Variations
Color information
#DA68AB (or 0xDA68AB) is known color: Hopbush. HEX triplet: DA, 68 and AB. RGB value is (218,104,171). Sum of RGB (Red+Green+Blue) = 218+104+171=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA68AB is #259754. Grayscale: #919191. Windows color (decimal): -2463573 or 11233498. OLE color: 11233498.
HSL color Cylindrical-coordinate representation of color #DA68AB: hue angle of 324.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA68AB is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 171 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.15 |
| HSL | 324.74º | 0.61% | 0.63% | - |
| HSV(B) | 324.74º | 0.52% | 0.85% | - |
| XYZ | 41.21 | 27.75 | 41.71 | - |
| YUV | 145.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 171 | 0 | 0.52 | 0.22 | 0.15 | 324.74 | 0.61 | 0.63 |
| Hex | DA | 68 | AB | 0 | 34 | 16 | F | 145 | 3D | 3F |
| Octal | 332 | 150 | 253 | 0 | 64 | 26 | 17 | 505 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10101011 | 0 | 110100 | 10110 | 1111 | 101000101 | 111101 | 111111 |
Color Harmonies of #DA68AB
Complementary color
Monochromatic Colors of #DA68AB
Black with #DA68AB
Text Example
Text Example
White with #DA68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68AB; }
p { color: rgb(218,104,171); }
H1.HeaderClassName
{
color: #DA68AB;
}
.AnyTagClassName
{
color: #DA68AB;
}
</style>
background-color css
<style>
a { background-color: #DA68AB; }
a { background-color: rgb(218,104,171); }
div.DivClassName
{
background-color: #DA68AB;
}
.BgClassName
{
background-color: #DA68AB;
}
</style>
border-color css
<style>
span { border-color: #DA68AB; }
span { border-color: rgb(218,104,171); }
td.TdClassName
{
border-color: #DA68AB;
}
.TagClassName
{
border-color: #DA68AB;
}
</style>