#da49bf

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

Shades of Fuchsia #DA49BF

Tints of Fuchsia #DA49BF

Color information

#DA49BF (or 0xDA49BF) is unknown color: approx Fuchsia. HEX triplet: DA, 49 and BF. RGB value is (218,73,191). Sum of RGB (Red+Green+Blue) = 218+73+191=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49BF is #25B640. Grayscale: #818181. Windows color (decimal): -2471489 or 12536282. OLE color: 12536282.

HSL color Cylindrical-coordinate representation of color #DA49BF: hue angle of 311.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA49BF is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB21873191-
CMYK00.670.120.15
HSL311.17º66.21%57.06%-
HSV(B)311.17º66.51%85.49%-
XYZ40.723.4351.67-
YUV129.81162.54190.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.23%
GREEN value IS 73 (28.91% from 255) = 15.15%
BLUE value IS 191 (75% from 255) = 39.63%
R=45.23%
G=15.15%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187319100.670.120.15311.1766.2157.06
HexDA49BF043CF1374239
Octal3321112770103141746710271
Binary1101101010010011011111101000011110011111001101111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da49bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da49bf; }

 p { color: rgb(218,73,191); }

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

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

 a { background-color: rgb(218,73,191); }

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

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

 span { border-color: rgb(218,73,191); }

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