#DA48BF

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

Shades of Fuchsia #DA48BF

Tints of Fuchsia #DA48BF

Color information

#DA48BF (or 0xDA48BF) is unknown color: approx Fuchsia. HEX triplet: DA, 48 and BF. RGB value is (218,72,191). Sum of RGB (Red+Green+Blue) = 218+72+191=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA48BF is #25B740. Grayscale: #808080. Windows color (decimal): -2471745 or 12536026. OLE color: 12536026.

HSL color Cylindrical-coordinate representation of color #DA48BF: hue angle of 311.1º 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 #DA48BF is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB21872191-
CMYK00.670.120.15
HSL311.1º66.36%56.86%-
HSV(B)311.1º66.97%85.49%-
XYZ40.6323.351.65-
YUV129.22162.87191.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 72 (28.52% from 255) = 14.97%
BLUE value IS 191 (75% from 255) = 39.71%
R=45.32%
G=14.97%
B=39.71%

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
Decimal2187219100.670.120.15311.166.3656.86
HexDA48BF043CF1374239
Octal3321102770103141746710271
Binary1101101010010001011111101000011110011111001101111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA48BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA48BF; }

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

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

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

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

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

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

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

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