#D156BA

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

Shades of Fuchsia #D156BA

Tints of Fuchsia #D156BA

Color information

#D156BA (or 0xD156BA) is unknown color: approx Fuchsia. HEX triplet: D1, 56 and BA. RGB value is (209,86,186). Sum of RGB (Red+Green+Blue) = 209+86+186=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D156BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D156BA is #2EA945. Grayscale: #858585. Windows color (decimal): -3057990 or 12211921. OLE color: 12211921.

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

Color convert

RGB20986186-
CMYK00.590.110.18
HSL311.22º57.21%57.84%-
HSV(B)311.22º58.85%81.96%-
XYZ38.4923.7649.01-
YUV134.18157.25181.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 86 (33.98% from 255) = 17.88%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=43.45%
G=17.88%
B=38.67%

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
Decimal2098618600.590.110.18311.2257.2157.84
HexD156BA03BB12137393a
Octal32112627207313224677172
Binary110100011010110101110100111011101110010100110111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D156BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D156BA; }

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

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

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

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

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

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

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

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