#DA5C9C

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

Shades of Hopbush #DA5C9C

Tints of Hopbush #DA5C9C

Color information

#DA5C9C (or 0xDA5C9C) is unknown color: approx Hopbush. HEX triplet: DA, 5C and 9C. RGB value is (218,92,156). Sum of RGB (Red+Green+Blue) = 218+92+156=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5C9C is #25A363. Grayscale: #888888. Windows color (decimal): -2466660 or 10247386. OLE color: 10247386.

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

Color convert

RGB21892156-
CMYK00.580.280.15
HSL329.52º63%60.78%-
HSV(B)329.52º57.8%85.49%-
XYZ38.7424.9634.23-
YUV136.97138.74185.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 92 (36.33% from 255) = 19.74%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=46.78%
G=19.74%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189215600.580.280.15329.526360.78
HexDA5C9C03A1CF14a3f3d
Octal33213423407234175127775
Binary110110101011100100111000111010111001111101001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5C9C; }

 p { color: rgb(218,92,156); }

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

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

 a { background-color: rgb(218,92,156); }

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

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

 span { border-color: rgb(218,92,156); }

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