#DA66AE

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

Shades of Hopbush #DA66AE

Tints of Hopbush #DA66AE

Color information

#DA66AE (or 0xDA66AE) is unknown color: approx Hopbush. HEX triplet: DA, 66 and AE. RGB value is (218,102,174). Sum of RGB (Red+Green+Blue) = 218+102+174=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA66AE is #259951. Grayscale: #909090. Windows color (decimal): -2464082 or 11429594. OLE color: 11429594.

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

Color convert

RGB218102174-
CMYK00.530.200.15
HSL322.76º61.05%62.75%-
HSV(B)322.76º53.21%85.49%-
XYZ41.327.4643.17-
YUV144.89144.43180.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=44.13%
G=20.65%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810217400.530.200.15322.7661.0562.75
HexDA66AE03514F1433d3f
Octal33214625606524175037577
Binary110110101100110101011100110101101001111101000011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66AE; }

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

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

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

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

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

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

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

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