#d54abf

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

Shades of Fuchsia #D54ABF

Tints of Fuchsia #D54ABF

Color information

#D54ABF (or 0xD54ABF) is unknown color: approx Fuchsia. HEX triplet: D5, 4A and BF. RGB value is (213,74,191). Sum of RGB (Red+Green+Blue) = 213+74+191=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ABF is #2AB540. Grayscale: #808080. Windows color (decimal): -2798913 or 12536533. OLE color: 12536533.

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

Color convert

RGB21374191-
CMYK00.650.100.16
HSL309.5º62.33%56.27%-
HSV(B)309.5º65.26%83.53%-
XYZ39.2922.8151.62-
YUV128.9163.05187.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 74 (29.30% from 255) = 15.48%
BLUE value IS 191 (75% from 255) = 39.96%
R=44.56%
G=15.48%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137419100.650.100.16309.562.3356.27
HexD54ABF041A101353e38
Octal325112277010112204657670
Binary1101010110010101011111101000001101010000100110101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d54abf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d54abf; }

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

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

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

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

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

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

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

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