#DA3DC3

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

Shades of Fuchsia #DA3DC3

Tints of Fuchsia #DA3DC3

Color information

#DA3DC3 (or 0xDA3DC3) is unknown color: approx Fuchsia. HEX triplet: DA, 3D and C3. RGB value is (218,61,195). Sum of RGB (Red+Green+Blue) = 218+61+195=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3DC3 is #25C23C. Grayscale: #7A7A7A. Windows color (decimal): -2474557 or 12795354. OLE color: 12795354.

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

Color convert

RGB21861195-
CMYK00.720.110.15
HSL308.79º67.97%54.71%-
HSV(B)308.79º72.02%85.49%-
XYZ40.4322.1853.78-
YUV123.22168.51195.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 61 (24.22% from 255) = 12.87%
BLUE value IS 195 (76.56% from 255) = 41.14%
R=45.99%
G=12.87%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186119500.720.110.15308.7967.9754.71
HexDA3DC3048BF1354437
Octal332753030110131746510467
Binary110110101111011100001101001000101111111001101011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3DC3; }

 p { color: rgb(218,61,195); }

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

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

 a { background-color: rgb(218,61,195); }

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

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

 span { border-color: rgb(218,61,195); }

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