#D947B1

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

Shades of Fuchsia #D947B1

Tints of Fuchsia #D947B1

Color information

#D947B1 (or 0xD947B1) is unknown color: approx Fuchsia. HEX triplet: D9, 47 and B1. RGB value is (217,71,177). Sum of RGB (Red+Green+Blue) = 217+71+177=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D947B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D947B1 is #26B84E. Grayscale: #7E7E7E. Windows color (decimal): -2537551 or 11618265. OLE color: 11618265.

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

Color convert

RGB21771177-
CMYK00.670.180.15
HSL316.44º65.77%56.47%-
HSV(B)316.44º67.28%85.1%-
XYZ38.822.4343.88-
YUV126.74156.37192.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 71 (28.12% from 255) = 15.27%
BLUE value IS 177 (69.53% from 255) = 38.06%
R=46.67%
G=15.27%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177117700.670.180.15316.4465.7756.47
HexD947B104312F13c4238
Octal3311072610103221747410270
Binary11011001100011110110001010000111001011111001111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D947B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D947B1; }

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

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

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

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

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

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

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

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