#DA40B2

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

Shades of Fuchsia #DA40B2

Tints of Fuchsia #DA40B2

Color information

#DA40B2 (or 0xDA40B2) is unknown color: approx Fuchsia. HEX triplet: DA, 40 and B2. RGB value is (218,64,178). Sum of RGB (Red+Green+Blue) = 218+64+178=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA40B2 is #25BF4D. Grayscale: #7A7A7A. Windows color (decimal): -2473806 or 11682010. OLE color: 11682010.

HSL color Cylindrical-coordinate representation of color #DA40B2: hue angle of 315.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40B2 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB21864178-
CMYK00.710.180.15
HSL315.58º67.54%55.29%-
HSV(B)315.58º70.64%85.49%-
XYZ38.7821.7944.28-
YUV123.04159.02195.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.39%
GREEN value IS 64 (25.39% from 255) = 13.91%
BLUE value IS 178 (69.92% from 255) = 38.70%
R=47.39%
G=13.91%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186417800.710.180.15315.5867.5455.29
HexDA40B204712F13c4437
Octal3321002620107221747410467
Binary11011010100000010110010010001111001011111001111001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA40B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA40B2; }

 p { color: rgb(218,64,178); }

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

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

 a { background-color: rgb(218,64,178); }

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

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

 span { border-color: rgb(218,64,178); }

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