#DA44B4

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

Shades of Fuchsia #DA44B4

Tints of Fuchsia #DA44B4

Color information

#DA44B4 (or 0xDA44B4) is unknown color: approx Fuchsia. HEX triplet: DA, 44 and B4. RGB value is (218,68,180). Sum of RGB (Red+Green+Blue) = 218+68+180=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA44B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA44B4 is #25BB4B. Grayscale: #7D7D7D. Windows color (decimal): -2472780 or 11814106. OLE color: 11814106.

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

Color convert

RGB21868180-
CMYK00.690.170.15
HSL315.2º66.96%56.08%-
HSV(B)315.2º68.81%85.49%-
XYZ39.2222.3345.42-
YUV125.62158.7193.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 68 (26.95% from 255) = 14.59%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=46.78%
G=14.59%
B=38.63%

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
Decimal2186818000.690.170.15315.266.9656.08
HexDA44B404511F13b4338
Octal3321042640105211747310370
Binary11011010100010010110100010001011000111111001110111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA44B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA44B4; }

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

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

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

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

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

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

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

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