#DE47BA

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

Shades of Fuchsia #DE47BA

Tints of Fuchsia #DE47BA

Color information

#DE47BA (or 0xDE47BA) is unknown color: approx Fuchsia. HEX triplet: DE, 47 and BA. RGB value is (222,71,186). Sum of RGB (Red+Green+Blue) = 222+71+186=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE47BA is #21B845. Grayscale: #808080. Windows color (decimal): -2209862 or 12208094. OLE color: 12208094.

HSL color Cylindrical-coordinate representation of color #DE47BA: hue angle of 314.3º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE47BA is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB22271186-
CMYK00.680.160.13
HSL314.3º69.59%57.45%-
HSV(B)314.3º68.02%87.06%-
XYZ41.2423.5848.83-
YUV129.26160.03194.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 71 (28.12% from 255) = 14.82%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=46.35%
G=14.82%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227118600.680.160.13314.369.5957.45
HexDE47BA04410D13a4639
Octal3361072720104201547210671
Binary11011110100011110111010010001001000011011001110101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE47BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE47BA; }

 p { color: rgb(222,71,186); }

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

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

 a { background-color: rgb(222,71,186); }

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

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

 span { border-color: rgb(222,71,186); }

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