#D55EB4

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

Shades of Fuchsia #D55EB4

Tints of Fuchsia #D55EB4

Color information

#D55EB4 (or 0xD55EB4) is unknown color: approx Fuchsia. HEX triplet: D5, 5E and B4. RGB value is (213,94,180). Sum of RGB (Red+Green+Blue) = 213+94+180=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EB4 is #2AA14B. Grayscale: #8B8B8B. Windows color (decimal): -2793804 or 11820757. OLE color: 11820757.

HSL color Cylindrical-coordinate representation of color #D55EB4: hue angle of 316.64º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55EB4 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB21394180-
CMYK00.560.150.16
HSL316.64º58.62%60.2%-
HSV(B)316.64º55.87%83.53%-
XYZ39.6825.4546-
YUV139.38150.92180.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 94 (37.11% from 255) = 19.30%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=43.74%
G=19.30%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139418000.560.150.16316.6458.6260.2
HexD55EB4038F1013d3b3c
Octal32513626407017204757374
Binary110101011011110101101000111000111110000100111101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55EB4; }

 p { color: rgb(213,94,180); }

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

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

 a { background-color: rgb(213,94,180); }

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

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

 span { border-color: rgb(213,94,180); }

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