#DA5D9D

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

Shades of Hopbush #DA5D9D

Tints of Hopbush #DA5D9D

Color information

#DA5D9D (or 0xDA5D9D) is unknown color: approx Hopbush. HEX triplet: DA, 5D and 9D. RGB value is (218,93,157). Sum of RGB (Red+Green+Blue) = 218+93+157=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D9D is #25A262. Grayscale: #898989. Windows color (decimal): -2466403 or 10313178. OLE color: 10313178.

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

Color convert

RGB21893157-
CMYK00.570.280.15
HSL329.28º62.81%60.98%-
HSV(B)329.28º57.34%85.49%-
XYZ38.9125.1734.71-
YUV137.67138.91185.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=46.58%
G=19.87%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189315700.570.280.15329.2862.8160.98
HexDA5D9D0391CF1493f3d
Octal33213523507134175117775
Binary110110101011101100111010111001111001111101001001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5D9D; }

 p { color: rgb(218,93,157); }

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

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

 a { background-color: rgb(218,93,157); }

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

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

 span { border-color: rgb(218,93,157); }

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