#DA60AD

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

Shades of Hopbush #DA60AD

Tints of Hopbush #DA60AD

Color information

#DA60AD (or 0xDA60AD) is unknown color: approx Hopbush. HEX triplet: DA, 60 and AD. RGB value is (218,96,173). Sum of RGB (Red+Green+Blue) = 218+96+173=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA60AD is #259F52. Grayscale: #8D8D8D. Windows color (decimal): -2465619 or 11362522. OLE color: 11362522.

HSL color Cylindrical-coordinate representation of color #DA60AD: hue angle of 322.13º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA60AD is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB21896173-
CMYK00.560.210.15
HSL322.13º62.24%61.57%-
HSV(B)322.13º55.96%85.49%-
XYZ40.6426.2942.47-
YUV141.26145.92182.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=44.76%
G=19.71%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189617300.560.210.15322.1362.2461.57
HexDA60AD03815F1423e3e
Octal33214025507025175027676
Binary110110101100000101011010111000101011111101000010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA60AD; }

 p { color: rgb(218,96,173); }

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

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

 a { background-color: rgb(218,96,173); }

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

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

 span { border-color: rgb(218,96,173); }

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