#DA5B96

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

Shades of Hopbush #DA5B96

Tints of Hopbush #DA5B96

Color information

#DA5B96 (or 0xDA5B96) is unknown color: approx Hopbush. HEX triplet: DA, 5B and 96. RGB value is (218,91,150). Sum of RGB (Red+Green+Blue) = 218+91+150=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5B96 is #25A469. Grayscale: #878787. Windows color (decimal): -2466922 or 9853914. OLE color: 9853914.

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

Color convert

RGB21891150-
CMYK00.580.310.15
HSL332.13º63.18%60.59%-
HSV(B)332.13º58.26%85.49%-
XYZ38.1624.5931.59-
YUV135.7136.08186.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=47.49%
G=19.83%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189115000.580.310.15332.1363.1860.59
HexDA5B9603A1FF14c3f3d
Octal33213322607237175147775
Binary110110101011011100101100111010111111111101001100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5B96; }

 p { color: rgb(218,91,150); }

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

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

 a { background-color: rgb(218,91,150); }

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

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

 span { border-color: rgb(218,91,150); }

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