#D156AC

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

Shades of Fuchsia #D156AC

Tints of Fuchsia #D156AC

Color information

#D156AC (or 0xD156AC) is unknown color: approx Fuchsia. HEX triplet: D1, 56 and AC. RGB value is (209,86,172). Sum of RGB (Red+Green+Blue) = 209+86+172=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D156AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D156AC is #2EA953. Grayscale: #848484. Windows color (decimal): -3058004 or 11294417. OLE color: 11294417.

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

Color convert

RGB20986172-
CMYK00.590.180.18
HSL318.05º57.21%57.84%-
HSV(B)318.05º58.85%81.96%-
XYZ37.0723.1941.55-
YUV132.58150.25182.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 86 (33.98% from 255) = 18.42%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=44.75%
G=18.42%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098617200.590.180.18318.0557.2157.84
HexD156AC03B121213e393a
Octal32112625407322224767172
Binary1101000110101101010110001110111001010010100111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D156AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D156AC; }

 p { color: rgb(209,86,172); }

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

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

 a { background-color: rgb(209,86,172); }

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

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

 span { border-color: rgb(209,86,172); }

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