#DA5DB9

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

Shades of Fuchsia #DA5DB9

Tints of Fuchsia #DA5DB9

Color information

#DA5DB9 (or 0xDA5DB9) is unknown color: approx Fuchsia. HEX triplet: DA, 5D and B9. RGB value is (218,93,185). Sum of RGB (Red+Green+Blue) = 218+93+185=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DB9 is #25A246. Grayscale: #8C8C8C. Windows color (decimal): -2466375 or 12148186. OLE color: 12148186.

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

Color convert

RGB21893185-
CMYK00.570.150.15
HSL315.84º62.81%60.98%-
HSV(B)315.84º57.34%85.49%-
XYZ41.5826.2448.77-
YUV140.86152.91183.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 93 (36.72% from 255) = 18.75%
BLUE value IS 185 (72.66% from 255) = 37.30%
R=43.95%
G=18.75%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189318500.570.150.15315.8462.8160.98
HexDA5DB9039FF13c3f3d
Octal33213527107117174747775
Binary11011010101110110111001011100111111111100111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5DB9; }

 p { color: rgb(218,93,185); }

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

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

 a { background-color: rgb(218,93,185); }

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

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

 span { border-color: rgb(218,93,185); }

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