#DA55B2

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

Shades of Fuchsia #DA55B2

Tints of Fuchsia #DA55B2

Color information

#DA55B2 (or 0xDA55B2) is unknown color: approx Fuchsia. HEX triplet: DA, 55 and B2. RGB value is (218,85,178). Sum of RGB (Red+Green+Blue) = 218+85+178=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55B2 is #25AA4D. Grayscale: #878787. Windows color (decimal): -2468430 or 11687386. OLE color: 11687386.

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

Color convert

RGB21885178-
CMYK00.610.180.15
HSL318.05º64.25%59.41%-
HSV(B)318.05º61.01%85.49%-
XYZ40.224.6244.75-
YUV135.37152.06186.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 85 (33.59% from 255) = 17.67%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=45.32%
G=17.67%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188517800.610.180.15318.0564.2559.41
HexDA55B203D12F13e403b
Octal332125262075221747610073
Binary1101101010101011011001001111011001011111001111101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA55B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA55B2; }

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

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

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

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

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

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

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

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