#DA5A91

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

Shades of Hopbush #DA5A91

Tints of Hopbush #DA5A91

Color information

#DA5A91 (or 0xDA5A91) is unknown color: approx Hopbush. HEX triplet: DA, 5A and 91. RGB value is (218,90,145). Sum of RGB (Red+Green+Blue) = 218+90+145=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5A91 is #25A56E. Grayscale: #868686. Windows color (decimal): -2467183 or 9525978. OLE color: 9525978.

HSL color Cylindrical-coordinate representation of color #DA5A91: hue angle of 334.22º 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 #DA5A91 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21890145-
CMYK00.590.330.15
HSL334.22º63.37%60.39%-
HSV(B)334.22º58.72%85.49%-
XYZ37.6824.2629.49-
YUV134.54133.91187.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=48.12%
G=19.87%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189014500.590.330.15334.2263.3760.39
HexDA5A9103B21F14e3f3c
Octal33213222107341175167774
Binary1101101010110101001000101110111000011111101001110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5A91; }

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

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

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

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

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

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

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

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