#DB5AAA

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

Shades of Hopbush #DB5AAA

Tints of Hopbush #DB5AAA

Color information

#DB5AAA (or 0xDB5AAA) is unknown color: approx Hopbush. HEX triplet: DB, 5A and AA. RGB value is (219,90,170). Sum of RGB (Red+Green+Blue) = 219+90+170=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AAA is #24A555. Grayscale: #898989. Windows color (decimal): -2401622 or 11164379. OLE color: 11164379.

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

Color convert

RGB21990170-
CMYK00.590.220.14
HSL322.79º64.18%60.59%-
HSV(B)322.79º58.9%85.88%-
XYZ40.1325.2740.79-
YUV137.69146.24186-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.72%
GREEN value IS 90 (35.55% from 255) = 18.79%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=45.72%
G=18.79%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199017000.590.220.14322.7964.1860.59
HexDB5AAA03B16E143403d
Octal333132252073261650310075
Binary1101101110110101010101001110111011011101010000111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5AAA; }

 p { color: rgb(219,90,170); }

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

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

 a { background-color: rgb(219,90,170); }

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

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

 span { border-color: rgb(219,90,170); }

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