#DA49AE

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

Shades of Fuchsia #DA49AE

Tints of Fuchsia #DA49AE

Color information

#DA49AE (or 0xDA49AE) is unknown color: approx Fuchsia. HEX triplet: DA, 49 and AE. RGB value is (218,73,174). Sum of RGB (Red+Green+Blue) = 218+73+174=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49AE is #25B651. Grayscale: #7F7F7F. Windows color (decimal): -2471506 or 11422170. OLE color: 11422170.

HSL color Cylindrical-coordinate representation of color #DA49AE: hue angle of 318.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA49AE is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB21873174-
CMYK00.670.200.15
HSL318.21º66.21%57.06%-
HSV(B)318.21º66.51%85.49%-
XYZ38.9422.7342.38-
YUV127.87154.04192.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.88%
GREEN value IS 73 (28.91% from 255) = 15.70%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=46.88%
G=15.70%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187317400.670.200.15318.2166.2157.06
HexDA49AE04314F13e4239
Octal3321112560103241747610271
Binary11011010100100110101110010000111010011111001111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA49AE; }

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

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

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

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

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

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

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

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