#DA4DAE

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

Shades of Fuchsia #DA4DAE

Tints of Fuchsia #DA4DAE

Color information

#DA4DAE (or 0xDA4DAE) is unknown color: approx Fuchsia. HEX triplet: DA, 4D and AE. RGB value is (218,77,174). Sum of RGB (Red+Green+Blue) = 218+77+174=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4DAE is #25B251. Grayscale: #818181. Windows color (decimal): -2470482 or 11423194. OLE color: 11423194.

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

Color convert

RGB21877174-
CMYK00.650.200.15
HSL318.72º65.58%57.84%-
HSV(B)318.72º64.68%85.49%-
XYZ39.2123.2742.47-
YUV130.22152.71190.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.48%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=46.48%
G=16.42%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187717400.650.200.15318.7265.5857.84
HexDA4DAE04114F13f423a
Octal3321152560101241747710272
Binary11011010100110110101110010000011010011111001111111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4DAE; }

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

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

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

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

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

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

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

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