#D55EB9

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

Shades of Fuchsia #D55EB9

Tints of Fuchsia #D55EB9

Color information

#D55EB9 (or 0xD55EB9) is unknown color: approx Fuchsia. HEX triplet: D5, 5E and B9. RGB value is (213,94,185). Sum of RGB (Red+Green+Blue) = 213+94+185=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EB9 is #2AA146. Grayscale: #8B8B8B. Windows color (decimal): -2793799 or 12148437. OLE color: 12148437.

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

Color convert

RGB21394185-
CMYK00.560.130.16
HSL314.12º58.62%60.2%-
HSV(B)314.12º55.87%83.53%-
XYZ40.225.6548.73-
YUV139.95153.42180.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 94 (37.11% from 255) = 19.11%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=43.29%
G=19.11%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139418500.560.130.16314.1258.6260.2
HexD55EB9038D1013a3b3c
Octal32513627107015204727374
Binary110101011011110101110010111000110110000100111010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55EB9; }

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

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

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

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

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

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

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

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