#DA5DB8

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

Shades of Fuchsia #DA5DB8

Tints of Fuchsia #DA5DB8

Color information

#DA5DB8 (or 0xDA5DB8) is unknown color: approx Fuchsia. HEX triplet: DA, 5D and B8. RGB value is (218,93,184). Sum of RGB (Red+Green+Blue) = 218+93+184=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DB8 is #25A247. Grayscale: #8C8C8C. Windows color (decimal): -2466376 or 12082650. OLE color: 12082650.

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

Color convert

RGB21893184-
CMYK00.570.160.15
HSL316.32º62.81%60.98%-
HSV(B)316.32º57.34%85.49%-
XYZ41.4826.1948.22-
YUV140.75152.41183.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 184 (72.27% from 255) = 37.17%
R=44.04%
G=18.79%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189318400.570.160.15316.3262.8160.98
HexDA5DB803910F13c3f3d
Octal33213527007120174747775
Binary110110101011101101110000111001100001111100111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5DB8; }

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

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

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

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

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

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

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

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