#DE46B3

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

Shades of Fuchsia #DE46B3

Tints of Fuchsia #DE46B3

Color information

#DE46B3 (or 0xDE46B3) is unknown color: approx Fuchsia. HEX triplet: DE, 46 and B3. RGB value is (222,70,179). Sum of RGB (Red+Green+Blue) = 222+70+179=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE46B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE46B3 is #21B94C. Grayscale: #7F7F7F. Windows color (decimal): -2210125 or 11749086. OLE color: 11749086.

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

Color convert

RGB22270179-
CMYK00.680.190.13
HSL316.97º69.72%57.25%-
HSV(B)316.97º68.47%87.06%-
XYZ40.4523.1644.99-
YUV127.87156.86195.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.13%
GREEN value IS 70 (27.73% from 255) = 14.86%
BLUE value IS 179 (70.31% from 255) = 38.00%
R=47.13%
G=14.86%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227017900.680.190.13316.9769.7257.25
HexDE46B304413D13d4639
Octal3361062630104231547510671
Binary11011110100011010110011010001001001111011001111011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE46B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE46B3; }

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

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

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

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

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

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

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

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