#DA51AE

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

Shades of Fuchsia #DA51AE

Tints of Fuchsia #DA51AE

Color information

#DA51AE (or 0xDA51AE) is unknown color: approx Fuchsia. HEX triplet: DA, 51 and AE. RGB value is (218,81,174). Sum of RGB (Red+Green+Blue) = 218+81+174=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA51AE is #25AE51. Grayscale: #848484. Windows color (decimal): -2469458 or 11424218. OLE color: 11424218.

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

Color convert

RGB21881174-
CMYK00.630.200.15
HSL319.27º64.93%58.63%-
HSV(B)319.27º62.84%85.49%-
XYZ39.523.8542.57-
YUV132.56151.39188.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 81 (32.03% from 255) = 17.12%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=46.09%
G=17.12%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188117400.630.200.15319.2764.9358.63
HexDA51AE03F14F13f413b
Octal332121256077241747710173
Binary1101101010100011010111001111111010011111001111111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA51AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA51AE; }

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

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

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

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

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

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

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

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