#D54FB6

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

Shades of Fuchsia #D54FB6

Tints of Fuchsia #D54FB6

Color information

#D54FB6 (or 0xD54FB6) is unknown color: approx Fuchsia. HEX triplet: D5, 4F and B6. RGB value is (213,79,182). Sum of RGB (Red+Green+Blue) = 213+79+182=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FB6 is #2AB049. Grayscale: #828282. Windows color (decimal): -2797642 or 11947989. OLE color: 11947989.

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

Color convert

RGB21379182-
CMYK00.630.150.16
HSL313.88º61.47%57.25%-
HSV(B)313.88º62.91%83.53%-
XYZ38.6823.1246.68-
YUV130.81156.89186.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 79 (31.25% from 255) = 16.67%
BLUE value IS 182 (71.48% from 255) = 38.40%
R=44.94%
G=16.67%
B=38.40%

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
Decimal2137918200.630.150.16313.8861.4757.25
HexD54FB603FF1013a3d39
Octal32511726607717204727571
Binary110101011001111101101100111111111110000100111010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54FB6; }

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

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

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

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

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

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

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

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