#DA4FB0

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

Shades of Fuchsia #DA4FB0

Tints of Fuchsia #DA4FB0

Color information

#DA4FB0 (or 0xDA4FB0) is unknown color: approx Fuchsia. HEX triplet: DA, 4F and B0. RGB value is (218,79,176). Sum of RGB (Red+Green+Blue) = 218+79+176=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4FB0 is #25B04F. Grayscale: #838383. Windows color (decimal): -2469968 or 11554778. OLE color: 11554778.

HSL color Cylindrical-coordinate representation of color #DA4FB0: hue angle of 318.13º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4FB0 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB21879176-
CMYK00.640.190.15
HSL318.13º65.26%58.24%-
HSV(B)318.13º63.76%85.49%-
XYZ39.5523.6343.55-
YUV131.62153.05189.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 79 (31.25% from 255) = 16.70%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=46.09%
G=16.70%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187917600.640.190.15318.1365.2658.24
HexDA4FB004013F13e413a
Octal3321172600100231747610172
Binary11011010100111110110000010000001001111111001111101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4FB0; }

 p { color: rgb(218,79,176); }

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

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

 a { background-color: rgb(218,79,176); }

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

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

 span { border-color: rgb(218,79,176); }

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