#DE47B6

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

Shades of Fuchsia #DE47B6

Tints of Fuchsia #DE47B6

Color information

#DE47B6 (or 0xDE47B6) is unknown color: approx Fuchsia. HEX triplet: DE, 47 and B6. RGB value is (222,71,182). Sum of RGB (Red+Green+Blue) = 222+71+182=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE47B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE47B6 is #21B849. Grayscale: #808080. Windows color (decimal): -2209866 or 11945950. OLE color: 11945950.

HSL color Cylindrical-coordinate representation of color #DE47B6: hue angle of 315.89º 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 #DE47B6 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB22271182-
CMYK00.680.180.13
HSL315.89º69.59%57.45%-
HSV(B)315.89º68.02%87.06%-
XYZ40.8223.4146.62-
YUV128.8158.03194.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 71 (28.12% from 255) = 14.95%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=46.74%
G=14.95%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227118200.680.180.13315.8969.5957.45
HexDE47B604412D13c4639
Octal3361072660104221547410671
Binary11011110100011110110110010001001001011011001111001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE47B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE47B6; }

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

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

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

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

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

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

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

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