#D54FBA

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

Shades of Fuchsia #D54FBA

Tints of Fuchsia #D54FBA

Color information

#D54FBA (or 0xD54FBA) is unknown color: approx Fuchsia. HEX triplet: D5, 4F and BA. RGB value is (213,79,186). Sum of RGB (Red+Green+Blue) = 213+79+186=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FBA is #2AB045. Grayscale: #828282. Windows color (decimal): -2797638 or 12210133. OLE color: 12210133.

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

Color convert

RGB21379186-
CMYK00.630.130.16
HSL312.09º61.47%57.25%-
HSV(B)312.09º62.91%83.53%-
XYZ39.123.2848.89-
YUV131.26158.89186.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 79 (31.25% from 255) = 16.53%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=44.56%
G=16.53%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137918600.630.130.16312.0961.4757.25
HexD54FBA03FD101383d39
Octal32511727207715204707571
Binary110101011001111101110100111111110110000100111000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54FBA; }

 p { color: rgb(213,79,186); }

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

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

 a { background-color: rgb(213,79,186); }

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

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

 span { border-color: rgb(213,79,186); }

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