#DA65AA

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

Shades of Hopbush #DA65AA

Tints of Hopbush #DA65AA

Color information

#DA65AA (or 0xDA65AA) is unknown color: approx Hopbush. HEX triplet: DA, 65 and AA. RGB value is (218,101,170). Sum of RGB (Red+Green+Blue) = 218+101+170=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA65AA is #259A55. Grayscale: #8F8F8F. Windows color (decimal): -2464342 or 11167194. OLE color: 11167194.

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

Color convert

RGB218101170-
CMYK00.540.220.15
HSL324.62º61.26%62.55%-
HSV(B)324.62º53.67%85.49%-
XYZ40.8227.1241.11-
YUV143.85142.76180.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 101 (39.84% from 255) = 20.65%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=44.58%
G=20.65%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810117000.540.220.15324.6261.2662.55
HexDA65AA03616F1453d3f
Octal33214525206626175057577
Binary110110101100101101010100110110101101111101000101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA65AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA65AA; }

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

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

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

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

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

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

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

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