#DA44B5

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

Shades of Fuchsia #DA44B5

Tints of Fuchsia #DA44B5

Color information

#DA44B5 (or 0xDA44B5) is unknown color: approx Fuchsia. HEX triplet: DA, 44 and B5. RGB value is (218,68,181). Sum of RGB (Red+Green+Blue) = 218+68+181=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA44B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA44B5 is #25BB4A. Grayscale: #7D7D7D. Windows color (decimal): -2472779 or 11879642. OLE color: 11879642.

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

Color convert

RGB21868181-
CMYK00.690.170.15
HSL314.8º66.96%56.08%-
HSV(B)314.8º68.81%85.49%-
XYZ39.3222.3845.96-
YUV125.73159.2193.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.68%
GREEN value IS 68 (26.95% from 255) = 14.56%
BLUE value IS 181 (71.09% from 255) = 38.76%
R=46.68%
G=14.56%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186818100.690.170.15314.866.9656.08
HexDA44B504511F13b4338
Octal3321042650105211747310370
Binary11011010100010010110101010001011000111111001110111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA44B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA44B5; }

 p { color: rgb(218,68,181); }

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

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

 a { background-color: rgb(218,68,181); }

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

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

 span { border-color: rgb(218,68,181); }

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