Shades of Hopbush #DB68AA
Tints of Hopbush #DB68AA
RGB
CMYK
RGB Variations
Color information
#DB68AA (or 0xDB68AA) is known color: Hopbush. HEX triplet: DB, 68 and AA. RGB value is (219,104,170). Sum of RGB (Red+Green+Blue) = 219+104+170=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB68AA is #249755. Grayscale: #919191. Windows color (decimal): -2398038 or 11167963. OLE color: 11167963.
HSL color Cylindrical-coordinate representation of color #DB68AA: hue angle of 325.57º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB68AA is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 170 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.14 |
| HSL | 325.57º | 0.61% | 0.63% | - |
| HSV(B) | 325.57º | 0.53% | 0.86% | - |
| XYZ | 41.42 | 27.86 | 41.23 | - |
| YUV | 145.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 170 | 0 | 0.53 | 0.22 | 0.14 | 325.57 | 0.61 | 0.63 |
| Hex | DB | 68 | AA | 0 | 35 | 16 | E | 146 | 3D | 3F |
| Octal | 333 | 150 | 252 | 0 | 65 | 26 | 16 | 506 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10101010 | 0 | 110101 | 10110 | 1110 | 101000110 | 111101 | 111111 |
Color Harmonies of #DB68AA
Complementary color
Monochromatic Colors of #DB68AA
Black with #DB68AA
Text Example
Text Example
White with #DB68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68AA; }
p { color: rgb(219,104,170); }
H1.HeaderClassName
{
color: #DB68AA;
}
.AnyTagClassName
{
color: #DB68AA;
}
</style>
background-color css
<style>
a { background-color: #DB68AA; }
a { background-color: rgb(219,104,170); }
div.DivClassName
{
background-color: #DB68AA;
}
.BgClassName
{
background-color: #DB68AA;
}
</style>
border-color css
<style>
span { border-color: #DB68AA; }
span { border-color: rgb(219,104,170); }
td.TdClassName
{
border-color: #DB68AA;
}
.TagClassName
{
border-color: #DB68AA;
}
</style>