#D54EBF

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

Shades of Fuchsia #D54EBF

Tints of Fuchsia #D54EBF

Color information

#D54EBF (or 0xD54EBF) is unknown color: approx Fuchsia. HEX triplet: D5, 4E and BF. RGB value is (213,78,191). Sum of RGB (Red+Green+Blue) = 213+78+191=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EBF is #2AB140. Grayscale: #828282. Windows color (decimal): -2797889 or 12537557. OLE color: 12537557.

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

Color convert

RGB21378191-
CMYK00.630.100.16
HSL309.78º61.64%57.06%-
HSV(B)309.78º63.38%83.53%-
XYZ39.5723.3651.71-
YUV131.25161.73186.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 78 (30.86% from 255) = 16.18%
BLUE value IS 191 (75% from 255) = 39.63%
R=44.19%
G=16.18%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137819100.630.100.16309.7861.6457.06
HexD54EBF03FA101363e39
Octal32511627707712204667671
Binary110101011001110101111110111111101010000100110110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54EBF; }

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

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

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

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

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

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

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

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