#D156B9

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

Shades of Fuchsia #D156B9

Tints of Fuchsia #D156B9

Color information

#D156B9 (or 0xD156B9) is unknown color: approx Fuchsia. HEX triplet: D1, 56 and B9. RGB value is (209,86,185). Sum of RGB (Red+Green+Blue) = 209+86+185=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D156B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D156B9 is #2EA946. Grayscale: #858585. Windows color (decimal): -3057991 or 12146385. OLE color: 12146385.

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

Color convert

RGB20986185-
CMYK00.590.110.18
HSL311.71º57.21%57.84%-
HSV(B)311.71º58.85%81.96%-
XYZ38.3823.7148.45-
YUV134.06156.75181.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 86 (33.98% from 255) = 17.92%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=43.54%
G=17.92%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098618500.590.110.18311.7157.2157.84
HexD156B903BB12138393a
Octal32112627107313224707172
Binary110100011010110101110010111011101110010100111000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D156B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D156B9; }

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

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

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

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

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

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

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

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