Shades of Hopbush #DB68AC
Tints of Hopbush #DB68AC
RGB
CMYK
RGB Variations
Color information
#DB68AC (or 0xDB68AC) is known color: Hopbush. HEX triplet: DB, 68 and AC. RGB value is (219,104,172). Sum of RGB (Red+Green+Blue) = 219+104+172=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB68AC is #249753. Grayscale: #919191. Windows color (decimal): -2398036 or 11299035. OLE color: 11299035.
HSL color Cylindrical-coordinate representation of color #DB68AC: hue angle of 324.52º 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 #DB68AC is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 172 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.14 |
| HSL | 324.52º | 0.61% | 0.63% | - |
| HSV(B) | 324.52º | 0.53% | 0.86% | - |
| XYZ | 41.61 | 27.94 | 42.23 | - |
| YUV | 146.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 172 | 0 | 0.53 | 0.21 | 0.14 | 324.52 | 0.61 | 0.63 |
| Hex | DB | 68 | AC | 0 | 35 | 15 | E | 145 | 3D | 3F |
| Octal | 333 | 150 | 254 | 0 | 65 | 25 | 16 | 505 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10101100 | 0 | 110101 | 10101 | 1110 | 101000101 | 111101 | 111111 |
Color Harmonies of #DB68AC
Complementary color
Monochromatic Colors of #DB68AC
Black with #DB68AC
Text Example
Text Example
White with #DB68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68AC; }
p { color: rgb(219,104,172); }
H1.HeaderClassName
{
color: #DB68AC;
}
.AnyTagClassName
{
color: #DB68AC;
}
</style>
background-color css
<style>
a { background-color: #DB68AC; }
a { background-color: rgb(219,104,172); }
div.DivClassName
{
background-color: #DB68AC;
}
.BgClassName
{
background-color: #DB68AC;
}
</style>
border-color css
<style>
span { border-color: #DB68AC; }
span { border-color: rgb(219,104,172); }
td.TdClassName
{
border-color: #DB68AC;
}
.TagClassName
{
border-color: #DB68AC;
}
</style>