#db6aab

Color #DB6AAB Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #DB6AAB

Tints of Hopbush #DB6AAB

Color information

#DB6AAB (or 0xDB6AAB) is unknown color: approx Hopbush. HEX triplet: DB, 6A and AB. RGB value is (219,106,171). Sum of RGB (Red+Green+Blue) = 219+106+171=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6AAB is #249554. Grayscale: #939393. Windows color (decimal): -2397525 or 11234011. OLE color: 11234011.

HSL color Cylindrical-coordinate representation of color #DB6AAB: hue angle of 325.49º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6AAB is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219106171-
CMYK00.520.220.14
HSL325.49º61.08%63.73%-
HSV(B)325.49º51.6%85.88%-
XYZ41.7228.3141.79-
YUV147.2141.44179.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 44.15%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=44.15%
G=21.37%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910617100.520.220.14325.4961.0863.73
HexDB6AAB03416E1453d40
Octal333152253064261650575100
Binary1101101111010101010101101101001011011101010001011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db6aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db6aab; }

 p { color: rgb(219,106,171); }

 H1.HeaderClassName
 {
   color: #db6aab;
 }
 .AnyTagClassName
 {
   color: #db6aab;
 }
</style>
background-color css

<style>
 a { background-color: #db6aab; }

 a { background-color: rgb(219,106,171); }

 div.DivClassName
 {
   background-color: #db6aab;
 }
 .BgClassName
 {
   background-color: #db6aab;
 }
</style>
border-color css

<style>
 span { border-color: #db6aab; }

 span { border-color: rgb(219,106,171); }

 td.TdClassName
 {
   border-color: #db6aab;
 }
 .TagClassName
 {
   border-color: #db6aab;
 }
</style>