#DE51B6

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

Shades of Fuchsia #DE51B6

Tints of Fuchsia #DE51B6

Color information

#DE51B6 (or 0xDE51B6) is unknown color: approx Fuchsia. HEX triplet: DE, 51 and B6. RGB value is (222,81,182). Sum of RGB (Red+Green+Blue) = 222+81+182=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE51B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE51B6 is #21AE49. Grayscale: #868686. Windows color (decimal): -2207306 or 11948510. OLE color: 11948510.

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

Color convert

RGB22281182-
CMYK00.640.180.13
HSL317.02º68.12%59.41%-
HSV(B)317.02º63.51%87.06%-
XYZ41.5124.7946.85-
YUV134.67154.71190.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.77%
GREEN value IS 81 (32.03% from 255) = 16.70%
BLUE value IS 182 (71.48% from 255) = 37.53%
R=45.77%
G=16.70%
B=37.53%

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
Decimal2228118200.640.180.13317.0268.1259.41
HexDE51B604012D13d443b
Octal3361212660100221547510473
Binary11011110101000110110110010000001001011011001111011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE51B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE51B6; }

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

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

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

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

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

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

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

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