#d747c1

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

Shades of Fuchsia #D747C1

Tints of Fuchsia #D747C1

Color information

#D747C1 (or 0xD747C1) is unknown color: approx Fuchsia. HEX triplet: D7, 47 and C1. RGB value is (215,71,193). Sum of RGB (Red+Green+Blue) = 215+71+193=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D747C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D747C1 is #28B83E. Grayscale: #7F7F7F. Windows color (decimal): -2668607 or 12666839. OLE color: 12666839.

HSL color Cylindrical-coordinate representation of color #D747C1: hue angle of 309.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D747C1 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21571193-
CMYK00.670.100.16
HSL309.17º64.29%56.08%-
HSV(B)309.17º66.98%84.31%-
XYZ39.922.852.75-
YUV127.96164.71190.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.89%
GREEN value IS 71 (28.12% from 255) = 14.82%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=44.89%
G=14.82%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157119300.670.100.16309.1764.2956.08
HexD747C1043A101354038
Octal3271073010103122046510070
Binary11010111100011111000001010000111010100001001101011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d747c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d747c1; }

 p { color: rgb(215,71,193); }

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

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

 a { background-color: rgb(215,71,193); }

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

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

 span { border-color: rgb(215,71,193); }

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