#D55EB5

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

Shades of Fuchsia #D55EB5

Tints of Fuchsia #D55EB5

Color information

#D55EB5 (or 0xD55EB5) is unknown color: approx Fuchsia. HEX triplet: D5, 5E and B5. RGB value is (213,94,181). Sum of RGB (Red+Green+Blue) = 213+94+181=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EB5 is #2AA14A. Grayscale: #8B8B8B. Windows color (decimal): -2793803 or 11886293. OLE color: 11886293.

HSL color Cylindrical-coordinate representation of color #D55EB5: hue angle of 316.13º 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 #D55EB5 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB21394181-
CMYK00.560.150.16
HSL316.13º58.62%60.2%-
HSV(B)316.13º55.87%83.53%-
XYZ39.7825.4946.54-
YUV139.5151.42180.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 94 (37.11% from 255) = 19.26%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=43.65%
G=19.26%
B=37.09%

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
Decimal2139418100.560.150.16316.1358.6260.2
HexD55EB5038F1013c3b3c
Octal32513626507017204747374
Binary110101011011110101101010111000111110000100111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55EB5; }

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

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

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

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

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

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

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

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