#DA5A92

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

Shades of Hopbush #DA5A92

Tints of Hopbush #DA5A92

Color information

#DA5A92 (or 0xDA5A92) is unknown color: approx Hopbush. HEX triplet: DA, 5A and 92. RGB value is (218,90,146). Sum of RGB (Red+Green+Blue) = 218+90+146=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5A92 is #25A56D. Grayscale: #868686. Windows color (decimal): -2467182 or 9591514. OLE color: 9591514.

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

Color convert

RGB21890146-
CMYK00.590.330.15
HSL333.75º63.37%60.39%-
HSV(B)333.75º58.72%85.49%-
XYZ37.7624.2929.89-
YUV134.66134.41187.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.02%
GREEN value IS 90 (35.55% from 255) = 19.82%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=48.02%
G=19.82%
B=32.16%

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
Decimal2189014600.590.330.15333.7563.3760.39
HexDA5A9203B21F14e3f3c
Octal33213222207341175167774
Binary1101101010110101001001001110111000011111101001110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5A92; }

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

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

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

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

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

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

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

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