#D55EB0

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

Shades of Fuchsia #D55EB0

Tints of Fuchsia #D55EB0

Color information

#D55EB0 (or 0xD55EB0) is unknown color: approx Fuchsia. HEX triplet: D5, 5E and B0. RGB value is (213,94,176). Sum of RGB (Red+Green+Blue) = 213+94+176=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55EB0 is #2AA14F. Grayscale: #8A8A8A. Windows color (decimal): -2793808 or 11558613. OLE color: 11558613.

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

Color convert

RGB21394176-
CMYK00.560.170.16
HSL318.66º58.62%60.2%-
HSV(B)318.66º55.87%83.53%-
XYZ39.2825.2943.88-
YUV138.93148.92180.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 176 (69.14% from 255) = 36.44%
R=44.10%
G=19.46%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139417600.560.170.16318.6658.6260.2
HexD55EB0038111013f3b3c
Octal32513626007021204777374
Binary1101010110111101011000001110001000110000100111111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55EB0; }

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

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

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

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

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

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

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

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