#D156AE

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

Shades of Fuchsia #D156AE

Tints of Fuchsia #D156AE

Color information

#D156AE (or 0xD156AE) is unknown color: approx Fuchsia. HEX triplet: D1, 56 and AE. RGB value is (209,86,174). Sum of RGB (Red+Green+Blue) = 209+86+174=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D156AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D156AE is #2EA951. Grayscale: #848484. Windows color (decimal): -3058002 or 11425489. OLE color: 11425489.

HSL color Cylindrical-coordinate representation of color #D156AE: hue angle of 317.07º 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 #D156AE is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB20986174-
CMYK00.590.170.18
HSL317.07º57.21%57.84%-
HSV(B)317.07º58.85%81.96%-
XYZ37.2623.2742.57-
YUV132.81151.25182.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 86 (33.98% from 255) = 18.34%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=44.56%
G=18.34%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098617400.590.170.18317.0757.2157.84
HexD156AE03B111213d393a
Octal32112625607321224757172
Binary1101000110101101010111001110111000110010100111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D156AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D156AE; }

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

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

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

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

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

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

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

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