#D947C1

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

Shades of Fuchsia #D947C1

Tints of Fuchsia #D947C1

Color information

#D947C1 (or 0xD947C1) is unknown color: approx Fuchsia. HEX triplet: D9, 47 and C1. RGB value is (217,71,193). Sum of RGB (Red+Green+Blue) = 217+71+193=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D947C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947C1 is #26B83E. Grayscale: #808080. Windows color (decimal): -2537535 or 12666841. OLE color: 12666841.

HSL color Cylindrical-coordinate representation of color #D947C1: hue angle of 309.86º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D947C1 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB21771193-
CMYK00.670.110.15
HSL309.86º65.77%56.47%-
HSV(B)309.86º67.28%85.1%-
XYZ40.4923.1152.78-
YUV128.56164.37191.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 71 (28.12% from 255) = 14.76%
BLUE value IS 193 (75.78% from 255) = 40.12%
R=45.11%
G=14.76%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177119300.670.110.15309.8665.7756.47
HexD947C1043BF1364238
Octal3311073010103131746610270
Binary1101100110001111100000101000011101111111001101101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D947C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D947C1; }

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

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

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

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

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

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

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

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