#DE4AB3

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

Shades of Fuchsia #DE4AB3

Tints of Fuchsia #DE4AB3

Color information

#DE4AB3 (or 0xDE4AB3) is unknown color: approx Fuchsia. HEX triplet: DE, 4A and B3. RGB value is (222,74,179). Sum of RGB (Red+Green+Blue) = 222+74+179=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4AB3 is #21B54C. Grayscale: #818181. Windows color (decimal): -2209101 or 11750110. OLE color: 11750110.

HSL color Cylindrical-coordinate representation of color #DE4AB3: hue angle of 317.43º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4AB3 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB22274179-
CMYK00.670.190.13
HSL317.43º69.16%58.04%-
HSV(B)317.43º66.67%87.06%-
XYZ40.7123.6845.07-
YUV130.22155.53193.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 74 (29.30% from 255) = 15.58%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=46.74%
G=15.58%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227417900.670.190.13317.4369.1658.04
HexDE4AB304313D13d453a
Octal3361122630103231547510572
Binary11011110100101010110011010000111001111011001111011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4AB3; }

 p { color: rgb(222,74,179); }

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

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

 a { background-color: rgb(222,74,179); }

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

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

 span { border-color: rgb(222,74,179); }

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