#DA5EAF

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

Shades of Hopbush #DA5EAF

Tints of Hopbush #DA5EAF

Color information

#DA5EAF (or 0xDA5EAF) is unknown color: approx Hopbush. HEX triplet: DA, 5E and AF. RGB value is (218,94,175). Sum of RGB (Red+Green+Blue) = 218+94+175=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5EAF is #25A150. Grayscale: #8C8C8C. Windows color (decimal): -2466129 or 11493082. OLE color: 11493082.

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

Color convert

RGB21894175-
CMYK00.570.200.15
HSL320.81º62.63%61.18%-
HSV(B)320.81º56.88%85.49%-
XYZ40.6526.0143.43-
YUV140.31147.58183.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 94 (37.11% from 255) = 19.30%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=44.76%
G=19.30%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189417500.570.200.15320.8162.6361.18
HexDA5EAF03914F1413f3d
Octal33213625707124175017775
Binary110110101011110101011110111001101001111101000001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5EAF; }

 p { color: rgb(218,94,175); }

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

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

 a { background-color: rgb(218,94,175); }

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

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

 span { border-color: rgb(218,94,175); }

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