#DE50B7

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

Shades of Fuchsia #DE50B7

Tints of Fuchsia #DE50B7

Color information

#DE50B7 (or 0xDE50B7) is unknown color: approx Fuchsia. HEX triplet: DE, 50 and B7. RGB value is (222,80,183). Sum of RGB (Red+Green+Blue) = 222+80+183=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE50B7 is #21AF48. Grayscale: #858585. Windows color (decimal): -2207561 or 12013790. OLE color: 12013790.

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

Color convert

RGB22280183-
CMYK00.640.180.13
HSL316.48º68.27%59.22%-
HSV(B)316.48º63.96%87.06%-
XYZ41.5424.6947.38-
YUV134.2155.54190.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.77%
GREEN value IS 80 (31.64% from 255) = 16.49%
BLUE value IS 183 (71.88% from 255) = 37.73%
R=45.77%
G=16.49%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228018300.640.180.13316.4868.2759.22
HexDE50B704012D13c443b
Octal3361202670100221547410473
Binary11011110101000010110111010000001001011011001111001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE50B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE50B7; }

 p { color: rgb(222,80,183); }

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

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

 a { background-color: rgb(222,80,183); }

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

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

 span { border-color: rgb(222,80,183); }

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