#D747C7

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

Shades of Fuchsia #D747C7

Tints of Fuchsia #D747C7

Color information

#D747C7 (or 0xD747C7) is unknown color: approx Fuchsia. HEX triplet: D7, 47 and C7. RGB value is (215,71,199). Sum of RGB (Red+Green+Blue) = 215+71+199=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D747C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D747C7 is #28B838. Grayscale: #808080. Windows color (decimal): -2668601 or 13060055. OLE color: 13060055.

HSL color Cylindrical-coordinate representation of color #D747C7: hue angle of 306.67º 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 #D747C7 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21571199-
CMYK00.670.070.16
HSL306.67º64.29%56.08%-
HSV(B)306.67º66.98%84.31%-
XYZ40.5923.0856.35-
YUV128.65167.71189.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.33%
GREEN value IS 71 (28.12% from 255) = 14.64%
BLUE value IS 199 (78.12% from 255) = 41.03%
R=44.33%
G=14.64%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157119900.670.070.16306.6764.2956.08
HexD747C70437101334038
Octal327107307010372046310070
Binary1101011110001111100011101000011111100001001100111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D747C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D747C7; }

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

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

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

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

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

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

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

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