#D054AB

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

Shades of Fuchsia #D054AB

Tints of Fuchsia #D054AB

Color information

#D054AB (or 0xD054AB) is unknown color: approx Fuchsia. HEX triplet: D0, 54 and AB. RGB value is (208,84,171). Sum of RGB (Red+Green+Blue) = 208+84+171=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D054AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D054AB is #2FAB54. Grayscale: #828282. Windows color (decimal): -3124053 or 11228368. OLE color: 11228368.

HSL color Cylindrical-coordinate representation of color #D054AB: hue angle of 317.9º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D054AB is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20884171-
CMYK00.600.180.18
HSL317.9º56.88%57.25%-
HSV(B)317.9º59.62%81.57%-
XYZ36.5322.6940.98-
YUV130.99150.58182.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 84 (33.20% from 255) = 18.14%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=44.92%
G=18.14%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088417100.600.180.18317.956.8857.25
HexD054AB03C121213e3939
Octal32012425307422224767171
Binary1101000010101001010101101111001001010010100111110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D054AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D054AB; }

 p { color: rgb(208,84,171); }

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

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

 a { background-color: rgb(208,84,171); }

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

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

 span { border-color: rgb(208,84,171); }

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