#D156B0

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

Shades of Fuchsia #D156B0

Tints of Fuchsia #D156B0

Color information

#D156B0 (or 0xD156B0) is unknown color: approx Fuchsia. HEX triplet: D1, 56 and B0. RGB value is (209,86,176). Sum of RGB (Red+Green+Blue) = 209+86+176=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D156B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D156B0 is #2EA94F. Grayscale: #848484. Windows color (decimal): -3058000 or 11556561. OLE color: 11556561.

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

Color convert

RGB20986176-
CMYK00.590.160.18
HSL316.1º57.21%57.84%-
HSV(B)316.1º58.85%81.96%-
XYZ37.4623.3543.61-
YUV133.04152.25182.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.37%
GREEN value IS 86 (33.98% from 255) = 18.26%
BLUE value IS 176 (69.14% from 255) = 37.37%
R=44.37%
G=18.26%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098617600.590.160.18316.157.2157.84
HexD156B003B101213c393a
Octal32112626007320224747172
Binary1101000110101101011000001110111000010010100111100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D156B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D156B0; }

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

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

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

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

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

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

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

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