#DA60AE

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

Shades of Hopbush #DA60AE

Tints of Hopbush #DA60AE

Color information

#DA60AE (or 0xDA60AE) is unknown color: approx Hopbush. HEX triplet: DA, 60 and AE. RGB value is (218,96,174). Sum of RGB (Red+Green+Blue) = 218+96+174=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA60AE is #259F51. Grayscale: #8D8D8D. Windows color (decimal): -2465618 or 11428058. OLE color: 11428058.

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

Color convert

RGB21896174-
CMYK00.560.200.15
HSL321.64º62.24%61.57%-
HSV(B)321.64º55.96%85.49%-
XYZ40.7426.3342.98-
YUV141.37146.42182.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=44.67%
G=19.67%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189617400.560.200.15321.6462.2461.57
HexDA60AE03814F1423e3e
Octal33214025607024175027676
Binary110110101100000101011100111000101001111101000010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA60AE; }

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

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

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

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

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

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

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

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