#DB59AA

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

Shades of Hopbush #DB59AA

Tints of Hopbush #DB59AA

Color information

#DB59AA (or 0xDB59AA) is unknown color: approx Hopbush. HEX triplet: DB, 59 and AA. RGB value is (219,89,170). Sum of RGB (Red+Green+Blue) = 219+89+170=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59AA is #24A655. Grayscale: #888888. Windows color (decimal): -2401878 or 11164123. OLE color: 11164123.

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

Color convert

RGB21989170-
CMYK00.590.220.14
HSL322.62º64.36%60.39%-
HSV(B)322.62º59.36%85.88%-
XYZ40.0425.1140.77-
YUV137.1146.57186.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.82%
GREEN value IS 89 (35.16% from 255) = 18.62%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=45.82%
G=18.62%
B=35.56%

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
Decimal2198917000.590.220.14322.6264.3660.39
HexDB59AA03B16E143403c
Octal333131252073261650310074
Binary1101101110110011010101001110111011011101010000111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB59AA; }

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

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

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

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

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

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

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

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