#DA61AE

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

Shades of Hopbush #DA61AE

Tints of Hopbush #DA61AE

Color information

#DA61AE (or 0xDA61AE) is unknown color: approx Hopbush. HEX triplet: DA, 61 and AE. RGB value is (218,97,174). Sum of RGB (Red+Green+Blue) = 218+97+174=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA61AE is #259E51. Grayscale: #8D8D8D. Windows color (decimal): -2465362 or 11428314. OLE color: 11428314.

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

Color convert

RGB21897174-
CMYK00.560.200.15
HSL321.82º62.05%61.76%-
HSV(B)321.82º55.5%85.49%-
XYZ40.8326.5143.01-
YUV141.96146.09182.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=44.58%
G=19.84%
B=35.58%

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
Decimal2189717400.560.200.15321.8262.0561.76
HexDA61AE03814F1423e3e
Octal33214125607024175027676
Binary110110101100001101011100111000101001111101000010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61AE; }

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

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

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

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

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

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

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

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