#DA3FB6

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

Shades of Fuchsia #DA3FB6

Tints of Fuchsia #DA3FB6

Color information

#DA3FB6 (or 0xDA3FB6) is unknown color: approx Fuchsia. HEX triplet: DA, 3F and B6. RGB value is (218,63,182). Sum of RGB (Red+Green+Blue) = 218+63+182=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3FB6 is #25C049. Grayscale: #7A7A7A. Windows color (decimal): -2474058 or 11943898. OLE color: 11943898.

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

Color convert

RGB21863182-
CMYK00.710.170.15
HSL313.94º67.69%55.1%-
HSV(B)313.94º71.1%85.49%-
XYZ39.1321.8446.41-
YUV122.91161.35195.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 63 (25% from 255) = 13.61%
BLUE value IS 182 (71.48% from 255) = 39.31%
R=47.08%
G=13.61%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186318200.710.170.15313.9467.6955.1
HexDA3FB604711F13a4437
Octal332772660107211747210467
Binary1101101011111110110110010001111000111111001110101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3FB6; }

 p { color: rgb(218,63,182); }

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

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

 a { background-color: rgb(218,63,182); }

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

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

 span { border-color: rgb(218,63,182); }

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