#D55EB6

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

Shades of Fuchsia #D55EB6

Tints of Fuchsia #D55EB6

Color information

#D55EB6 (or 0xD55EB6) is unknown color: approx Fuchsia. HEX triplet: D5, 5E and B6. RGB value is (213,94,182). Sum of RGB (Red+Green+Blue) = 213+94+182=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EB6 is #2AA149. Grayscale: #8B8B8B. Windows color (decimal): -2793802 or 11951829. OLE color: 11951829.

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

Color convert

RGB21394182-
CMYK00.560.150.16
HSL315.63º58.62%60.2%-
HSV(B)315.63º55.87%83.53%-
XYZ39.8925.5347.08-
YUV139.61151.92180.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 94 (37.11% from 255) = 19.22%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=43.56%
G=19.22%
B=37.22%

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
Decimal2139418200.560.150.16315.6358.6260.2
HexD55EB6038F1013c3b3c
Octal32513626607017204747374
Binary110101011011110101101100111000111110000100111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55EB6; }

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

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

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

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

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

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

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

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