#D354AC

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

Shades of Fuchsia #D354AC

Tints of Fuchsia #D354AC

Color information

#D354AC (or 0xD354AC) is unknown color: approx Fuchsia. HEX triplet: D3, 54 and AC. RGB value is (211,84,172). Sum of RGB (Red+Green+Blue) = 211+84+172=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D354AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D354AC is #2CAB53. Grayscale: #838383. Windows color (decimal): -2927444 or 11293907. OLE color: 11293907.

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

Color convert

RGB21184172-
CMYK00.600.180.17
HSL318.43º59.07%57.84%-
HSV(B)318.43º60.19%82.75%-
XYZ37.4823.1741.53-
YUV132150.58184.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.18%
GREEN value IS 84 (33.20% from 255) = 17.99%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=45.18%
G=17.99%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118417200.600.180.17318.4359.0757.84
HexD354AC03C121113e3b3a
Octal32312425407422214767372
Binary1101001110101001010110001111001001010001100111110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D354AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D354AC; }

 p { color: rgb(211,84,172); }

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

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

 a { background-color: rgb(211,84,172); }

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

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

 span { border-color: rgb(211,84,172); }

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