#D54EB5

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

Shades of Fuchsia #D54EB5

Tints of Fuchsia #D54EB5

Color information

#D54EB5 (or 0xD54EB5) is unknown color: approx Fuchsia. HEX triplet: D5, 4E and B5. RGB value is (213,78,181). Sum of RGB (Red+Green+Blue) = 213+78+181=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EB5 is #2AB14A. Grayscale: #818181. Windows color (decimal): -2797899 or 11882197. OLE color: 11882197.

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

Color convert

RGB21378181-
CMYK00.630.150.16
HSL314.22º61.64%57.06%-
HSV(B)314.22º63.38%83.53%-
XYZ38.5122.9346.11-
YUV130.11156.73187.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 78 (30.86% from 255) = 16.53%
BLUE value IS 181 (71.09% from 255) = 38.35%
R=45.13%
G=16.53%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137818100.630.150.16314.2261.6457.06
HexD54EB503FF1013a3e39
Octal32511626507717204727671
Binary110101011001110101101010111111111110000100111010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54EB5; }

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

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

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

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

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

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

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

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