#da66aa

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

Shades of Hopbush #DA66AA

Tints of Hopbush #DA66AA

Color information

#DA66AA (or 0xDA66AA) is unknown color: approx Hopbush. HEX triplet: DA, 66 and AA. RGB value is (218,102,170). Sum of RGB (Red+Green+Blue) = 218+102+170=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA66AA is #259955. Grayscale: #909090. Windows color (decimal): -2464086 or 11167450. OLE color: 11167450.

HSL color Cylindrical-coordinate representation of color #DA66AA: hue angle of 324.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA66AA is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218102170-
CMYK00.530.220.15
HSL324.83º61.05%62.75%-
HSV(B)324.83º53.21%85.49%-
XYZ40.9227.3141.14-
YUV144.44142.43180.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=44.49%
G=20.82%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810217000.530.220.15324.8361.0562.75
HexDA66AA03516F1453d3f
Octal33214625206526175057577
Binary110110101100110101010100110101101101111101000101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da66aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da66aa; }

 p { color: rgb(218,102,170); }

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

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

 a { background-color: rgb(218,102,170); }

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

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

 span { border-color: rgb(218,102,170); }

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