#DE42B1

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

Shades of Fuchsia #DE42B1

Tints of Fuchsia #DE42B1

Color information

#DE42B1 (or 0xDE42B1) is unknown color: approx Fuchsia. HEX triplet: DE, 42 and B1. RGB value is (222,66,177). Sum of RGB (Red+Green+Blue) = 222+66+177=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE42B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE42B1 is #21BD4E. Grayscale: #7D7D7D. Windows color (decimal): -2211151 or 11616990. OLE color: 11616990.

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

Color convert

RGB22266177-
CMYK00.700.200.13
HSL317.31º70.27%56.47%-
HSV(B)317.31º70.27%87.06%-
XYZ40.0122.643.85-
YUV125.3157.18196.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 66 (26.17% from 255) = 14.19%
BLUE value IS 177 (69.53% from 255) = 38.06%
R=47.74%
G=14.19%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226617700.700.200.13317.3170.2756.47
HexDE42B104614D13d4638
Octal3361022610106241547510670
Binary11011110100001010110001010001101010011011001111011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE42B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE42B1; }

 p { color: rgb(222,66,177); }

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

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

 a { background-color: rgb(222,66,177); }

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

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

 span { border-color: rgb(222,66,177); }

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