#D156C1

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

Shades of Fuchsia #D156C1

Tints of Fuchsia #D156C1

Color information

#D156C1 (or 0xD156C1) is unknown color: approx Fuchsia. HEX triplet: D1, 56 and C1. RGB value is (209,86,193). Sum of RGB (Red+Green+Blue) = 209+86+193=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D156C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D156C1 is #2EA93E. Grayscale: #868686. Windows color (decimal): -3057983 or 12670673. OLE color: 12670673.

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

Color convert

RGB20986193-
CMYK00.590.080.18
HSL307.8º57.21%57.84%-
HSV(B)307.8º58.85%81.96%-
XYZ39.2524.0653.03-
YUV134.98160.75180.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 86 (33.98% from 255) = 17.62%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=42.83%
G=17.62%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098619300.590.080.18307.857.2157.84
HexD156C103B812134393a
Octal32112630107310224647172
Binary110100011010110110000010111011100010010100110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D156C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D156C1; }

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

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

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

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

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

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

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

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