#D057C1

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

Shades of Fuchsia #D057C1

Tints of Fuchsia #D057C1

Color information

#D057C1 (or 0xD057C1) is unknown color: approx Fuchsia. HEX triplet: D0, 57 and C1. RGB value is (208,87,193). Sum of RGB (Red+Green+Blue) = 208+87+193=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D057C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057C1 is #2FA83E. Grayscale: #868686. Windows color (decimal): -3123263 or 12670928. OLE color: 12670928.

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

Color convert

RGB20887193-
CMYK00.580.070.18
HSL307.44º56.28%57.84%-
HSV(B)307.44º58.17%81.57%-
XYZ39.0524.0853.04-
YUV135.26160.59179.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 87 (34.38% from 255) = 17.83%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=42.62%
G=17.83%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088719300.580.070.18307.4456.2857.84
HexD057C103A712133383a
Octal3201273010727224637072
Binary11010000101011111000001011101011110010100110011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D057C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D057C1; }

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

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

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

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

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

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

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

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