#DA59BB

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

Shades of Fuchsia #DA59BB

Tints of Fuchsia #DA59BB

Color information

#DA59BB (or 0xDA59BB) is unknown color: approx Fuchsia. HEX triplet: DA, 59 and BB. RGB value is (218,89,187). Sum of RGB (Red+Green+Blue) = 218+89+187=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59BB is #25A644. Grayscale: #8A8A8A. Windows color (decimal): -2467397 or 12278234. OLE color: 12278234.

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

Color convert

RGB21889187-
CMYK00.590.140.15
HSL314.42º63.55%60.2%-
HSV(B)314.42º59.17%85.49%-
XYZ41.4625.6449.78-
YUV138.74155.24184.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 89 (35.16% from 255) = 18.02%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=44.13%
G=18.02%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188918700.590.140.15314.4263.5560.2
HexDA59BB03BEF13a403c
Octal332131273073161747210074
Binary110110101011001101110110111011111011111001110101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA59BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA59BB; }

 p { color: rgb(218,89,187); }

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

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

 a { background-color: rgb(218,89,187); }

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

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

 span { border-color: rgb(218,89,187); }

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