#DE4CB6

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

Shades of Fuchsia #DE4CB6

Tints of Fuchsia #DE4CB6

Color information

#DE4CB6 (or 0xDE4CB6) is unknown color: approx Fuchsia. HEX triplet: DE, 4C and B6. RGB value is (222,76,182). Sum of RGB (Red+Green+Blue) = 222+76+182=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4CB6 is #21B349. Grayscale: #838383. Windows color (decimal): -2208586 or 11947230. OLE color: 11947230.

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

Color convert

RGB22276182-
CMYK00.660.180.13
HSL316.44º68.87%58.43%-
HSV(B)316.44º65.77%87.06%-
XYZ41.1524.0846.73-
YUV131.74156.37192.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.25%
GREEN value IS 76 (30.08% from 255) = 15.83%
BLUE value IS 182 (71.48% from 255) = 37.92%
R=46.25%
G=15.83%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227618200.660.180.13316.4468.8758.43
HexDE4CB604212D13c453a
Octal3361142660102221547410572
Binary11011110100110010110110010000101001011011001111001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4CB6; }

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

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

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

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

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

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

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

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