#DA44B0

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

Shades of Fuchsia #DA44B0

Tints of Fuchsia #DA44B0

Color information

#DA44B0 (or 0xDA44B0) is unknown color: approx Fuchsia. HEX triplet: DA, 44 and B0. RGB value is (218,68,176). Sum of RGB (Red+Green+Blue) = 218+68+176=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA44B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA44B0 is #25BB4F. Grayscale: #7C7C7C. Windows color (decimal): -2472784 or 11551962. OLE color: 11551962.

HSL color Cylindrical-coordinate representation of color #DA44B0: hue angle of 316.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 #DA44B0 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB21868176-
CMYK00.690.190.15
HSL316.8º66.96%56.08%-
HSV(B)316.8º68.81%85.49%-
XYZ38.8222.1743.31-
YUV125.16156.7194.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.19%
GREEN value IS 68 (26.95% from 255) = 14.72%
BLUE value IS 176 (69.14% from 255) = 38.10%
R=47.19%
G=14.72%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186817600.690.190.15316.866.9656.08
HexDA44B004513F13d4338
Octal3321042600105231747510370
Binary11011010100010010110000010001011001111111001111011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA44B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA44B0; }

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

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

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

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

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

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

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

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