#D55EB8

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

Shades of Fuchsia #D55EB8

Tints of Fuchsia #D55EB8

Color information

#D55EB8 (or 0xD55EB8) is unknown color: approx Fuchsia. HEX triplet: D5, 5E and B8. RGB value is (213,94,184). Sum of RGB (Red+Green+Blue) = 213+94+184=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EB8 is #2AA147. Grayscale: #8B8B8B. Windows color (decimal): -2793800 or 12082901. OLE color: 12082901.

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

Color convert

RGB21394184-
CMYK00.560.140.16
HSL314.62º58.62%60.2%-
HSV(B)314.62º55.87%83.53%-
XYZ40.125.6148.18-
YUV139.84152.92180.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 94 (37.11% from 255) = 19.14%
BLUE value IS 184 (72.27% from 255) = 37.47%
R=43.38%
G=19.14%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139418400.560.140.16314.6258.6260.2
HexD55EB8038E1013b3b3c
Octal32513627007016204737374
Binary110101011011110101110000111000111010000100111011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55EB8; }

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

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

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

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

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

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

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

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