#D157C1

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

Shades of Fuchsia #D157C1

Tints of Fuchsia #D157C1

Color information

#D157C1 (or 0xD157C1) is unknown color: approx Fuchsia. HEX triplet: D1, 57 and C1. RGB value is (209,87,193). Sum of RGB (Red+Green+Blue) = 209+87+193=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D157C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157C1 is #2EA83E. Grayscale: #878787. Windows color (decimal): -3057727 or 12670929. OLE color: 12670929.

HSL color Cylindrical-coordinate representation of color #D157C1: hue angle of 307.87º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D157C1 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB20987193-
CMYK00.580.080.18
HSL307.87º57.01%58.04%-
HSV(B)307.87º58.37%81.96%-
XYZ39.3324.2253.05-
YUV135.56160.42180.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.74%
GREEN value IS 87 (34.38% from 255) = 17.79%
BLUE value IS 193 (75.78% from 255) = 39.47%
R=42.74%
G=17.79%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098719300.580.080.18307.8757.0158.04
HexD157C103A812134393a
Octal32112730107210224647172
Binary110100011010111110000010111010100010010100110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D157C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D157C1; }

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

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

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

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

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

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

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

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