#DA5AA2

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

Shades of Hopbush #DA5AA2

Tints of Hopbush #DA5AA2

Color information

#DA5AA2 (or 0xDA5AA2) is unknown color: approx Hopbush. HEX triplet: DA, 5A and A2. RGB value is (218,90,162). Sum of RGB (Red+Green+Blue) = 218+90+162=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5AA2 is #25A55D. Grayscale: #888888. Windows color (decimal): -2467166 or 10640090. OLE color: 10640090.

HSL color Cylindrical-coordinate representation of color #DA5AA2: hue angle of 326.25º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5AA2 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB21890162-
CMYK00.590.260.15
HSL326.25º63.37%60.39%-
HSV(B)326.25º58.72%85.49%-
XYZ39.0924.8336.91-
YUV136.48142.41186.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 162 (63.67% from 255) = 34.47%
R=46.38%
G=19.15%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189016200.590.260.15326.2563.3760.39
HexDA5AA203B1AF1463f3c
Octal33213224207332175067774
Binary110110101011010101000100111011110101111101000110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5AA2; }

 p { color: rgb(218,90,162); }

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

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

 a { background-color: rgb(218,90,162); }

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

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

 span { border-color: rgb(218,90,162); }

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