#DE48B4

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

Shades of Fuchsia #DE48B4

Tints of Fuchsia #DE48B4

Color information

#DE48B4 (or 0xDE48B4) is unknown color: approx Fuchsia. HEX triplet: DE, 48 and B4. RGB value is (222,72,180). Sum of RGB (Red+Green+Blue) = 222+72+180=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE48B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE48B4 is #21B74B. Grayscale: #808080. Windows color (decimal): -2209612 or 11815134. OLE color: 11815134.

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

Color convert

RGB22272180-
CMYK00.680.190.13
HSL316.8º69.44%57.65%-
HSV(B)316.8º67.57%87.06%-
XYZ40.6823.4645.56-
YUV129.16156.7194.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.84%
GREEN value IS 72 (28.52% from 255) = 15.19%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=46.84%
G=15.19%
B=37.97%

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
Decimal2227218000.680.190.13316.869.4457.65
HexDE48B404413D13d453a
Octal3361102640104231547510572
Binary11011110100100010110100010001001001111011001111011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE48B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE48B4; }

 p { color: rgb(222,72,180); }

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

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

 a { background-color: rgb(222,72,180); }

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

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

 span { border-color: rgb(222,72,180); }

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