#DA61AA

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

Shades of Hopbush #DA61AA

Tints of Hopbush #DA61AA

Color information

#DA61AA (or 0xDA61AA) is unknown color: approx Hopbush. HEX triplet: DA, 61 and AA. RGB value is (218,97,170). Sum of RGB (Red+Green+Blue) = 218+97+170=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA61AA is #259E55. Grayscale: #8D8D8D. Windows color (decimal): -2465366 or 11166170. OLE color: 11166170.

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

Color convert

RGB21897170-
CMYK00.560.220.15
HSL323.8º62.05%61.76%-
HSV(B)323.8º55.5%85.49%-
XYZ40.4426.3640.99-
YUV141.5144.09182.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=44.95%
G=20%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189717000.560.220.15323.862.0561.76
HexDA61AA03816F1443e3e
Octal33214125207026175047676
Binary110110101100001101010100111000101101111101000100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61AA; }

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

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

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

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

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

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

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

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