#D357AC

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

Shades of Fuchsia #D357AC

Tints of Fuchsia #D357AC

Color information

#D357AC (or 0xD357AC) is unknown color: approx Fuchsia. HEX triplet: D3, 57 and AC. RGB value is (211,87,172). Sum of RGB (Red+Green+Blue) = 211+87+172=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D357AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D357AC is #2CA853. Grayscale: #858585. Windows color (decimal): -2926676 or 11294675. OLE color: 11294675.

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

Color convert

RGB21187172-
CMYK00.590.180.17
HSL318.87º58.49%58.43%-
HSV(B)318.87º58.77%82.75%-
XYZ37.7223.6441.61-
YUV133.77149.58183.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.89%
GREEN value IS 87 (34.38% from 255) = 18.51%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=44.89%
G=18.51%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118717200.590.180.17318.8758.4958.43
HexD357AC03B121113f3a3a
Octal32312725407322214777272
Binary1101001110101111010110001110111001010001100111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D357AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D357AC; }

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

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

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

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

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

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

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

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