#d157c5

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

Shades of Fuchsia #D157C5

Tints of Fuchsia #D157C5

Color information

#D157C5 (or 0xD157C5) is unknown color: approx Fuchsia. HEX triplet: D1, 57 and C5. RGB value is (209,87,197). Sum of RGB (Red+Green+Blue) = 209+87+197=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D157C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157C5 is #2EA83A. Grayscale: #878787. Windows color (decimal): -3057723 or 12933073. OLE color: 12933073.

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

Color convert

RGB20987197-
CMYK00.580.060.18
HSL305.9º57.01%58.04%-
HSV(B)305.9º58.37%81.96%-
XYZ39.7824.455.44-
YUV136.02162.42180.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 87 (34.38% from 255) = 17.65%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=42.39%
G=17.65%
B=39.96%

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
Decimal2098719700.580.060.18305.957.0158.04
HexD157C503A612132393a
Octal3211273050726224627172
Binary11010001101011111000101011101011010010100110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d157c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d157c5; }

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

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

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

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

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

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

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

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