#d157c4

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

Shades of Fuchsia #D157C4

Tints of Fuchsia #D157C4

Color information

#D157C4 (or 0xD157C4) is unknown color: approx Fuchsia. HEX triplet: D1, 57 and C4. RGB value is (209,87,196). Sum of RGB (Red+Green+Blue) = 209+87+196=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D157C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157C4 is #2EA83B. Grayscale: #878787. Windows color (decimal): -3057724 or 12867537. OLE color: 12867537.

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

Color convert

RGB20987196-
CMYK00.580.060.18
HSL306.39º57.01%58.04%-
HSV(B)306.39º58.37%81.96%-
XYZ39.6724.3654.84-
YUV135.9161.92180.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 87 (34.38% from 255) = 17.68%
BLUE value IS 196 (76.95% from 255) = 39.84%
R=42.48%
G=17.68%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098719600.580.060.18306.3957.0158.04
HexD157C403A612132393a
Octal3211273040726224627172
Binary11010001101011111000100011101011010010100110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d157c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d157c4; }

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

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

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

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

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

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

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

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