#DA52AE

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

Shades of Fuchsia #DA52AE

Tints of Fuchsia #DA52AE

Color information

#DA52AE (or 0xDA52AE) is unknown color: approx Fuchsia. HEX triplet: DA, 52 and AE. RGB value is (218,82,174). Sum of RGB (Red+Green+Blue) = 218+82+174=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA52AE is #25AD51. Grayscale: #848484. Windows color (decimal): -2469202 or 11424474. OLE color: 11424474.

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

Color convert

RGB21882174-
CMYK00.620.200.15
HSL319.41º64.76%58.82%-
HSV(B)319.41º62.39%85.49%-
XYZ39.572442.59-
YUV133.15151.06188.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 82 (32.42% from 255) = 17.30%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=45.99%
G=17.30%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188217400.620.200.15319.4164.7658.82
HexDA52AE03E14F13f413b
Octal332122256076241747710173
Binary1101101010100101010111001111101010011111001111111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA52AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA52AE; }

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

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

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

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

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

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

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

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