#D54EBE

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

Shades of Fuchsia #D54EBE

Tints of Fuchsia #D54EBE

Color information

#D54EBE (or 0xD54EBE) is unknown color: approx Fuchsia. HEX triplet: D5, 4E and BE. RGB value is (213,78,190). Sum of RGB (Red+Green+Blue) = 213+78+190=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EBE is #2AB141. Grayscale: #828282. Windows color (decimal): -2797890 or 12472021. OLE color: 12472021.

HSL color Cylindrical-coordinate representation of color #D54EBE: hue angle of 310.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54EBE is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB21378190-
CMYK00.630.110.16
HSL310.22º61.64%57.06%-
HSV(B)310.22º63.38%83.53%-
XYZ39.4623.3151.14-
YUV131.13161.23186.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 78 (30.86% from 255) = 16.22%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=44.28%
G=16.22%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137819000.630.110.16310.2261.6457.06
HexD54EBE03FB101363e39
Octal32511627607713204667671
Binary110101011001110101111100111111101110000100110110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54EBE; }

 p { color: rgb(213,78,190); }

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

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

 a { background-color: rgb(213,78,190); }

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

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

 span { border-color: rgb(213,78,190); }

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