#DA53B4

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

Shades of Fuchsia #DA53B4

Tints of Fuchsia #DA53B4

Color information

#DA53B4 (or 0xDA53B4) is unknown color: approx Fuchsia. HEX triplet: DA, 53 and B4. RGB value is (218,83,180). Sum of RGB (Red+Green+Blue) = 218+83+180=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA53B4 is #25AC4B. Grayscale: #868686. Windows color (decimal): -2468940 or 11817946. OLE color: 11817946.

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

Color convert

RGB21883180-
CMYK00.620.170.15
HSL316.89º64.59%59.02%-
HSV(B)316.89º61.93%85.49%-
XYZ40.2424.3945.77-
YUV134.42153.73187.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 83 (32.81% from 255) = 17.26%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=45.32%
G=17.26%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188318000.620.170.15316.8964.5959.02
HexDA53B403E11F13d413b
Octal332123264076211747510173
Binary1101101010100111011010001111101000111111001111011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA53B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA53B4; }

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

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

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

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

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

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

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

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