#DA3AB8

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

Shades of Fuchsia #DA3AB8

Tints of Fuchsia #DA3AB8

Color information

#DA3AB8 (or 0xDA3AB8) is unknown color: approx Fuchsia. HEX triplet: DA, 3A and B8. RGB value is (218,58,184). Sum of RGB (Red+Green+Blue) = 218+58+184=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3AB8 is #25C547. Grayscale: #777777. Windows color (decimal): -2475336 or 12073690. OLE color: 12073690.

HSL color Cylindrical-coordinate representation of color #DA3AB8: hue angle of 312.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3AB8 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB21858184-
CMYK00.730.160.15
HSL312.75º68.38%54.12%-
HSV(B)312.75º73.39%85.49%-
XYZ39.0821.3947.42-
YUV120.2164.01197.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.39%
GREEN value IS 58 (23.05% from 255) = 12.61%
BLUE value IS 184 (72.27% from 255) = 40%
R=47.39%
G=12.61%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185818400.730.160.15312.7568.3854.12
HexDA3AB804910F1394436
Octal332722700111201747110466
Binary1101101011101010111000010010011000011111001110011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3AB8; }

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

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

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

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

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

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

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

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