#D947B2

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

Shades of Fuchsia #D947B2

Tints of Fuchsia #D947B2

Color information

#D947B2 (or 0xD947B2) is unknown color: approx Fuchsia. HEX triplet: D9, 47 and B2. RGB value is (217,71,178). Sum of RGB (Red+Green+Blue) = 217+71+178=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D947B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D947B2 is #26B84D. Grayscale: #7E7E7E. Windows color (decimal): -2537550 or 11683801. OLE color: 11683801.

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

Color convert

RGB21771178-
CMYK00.670.180.15
HSL316.03º65.77%56.47%-
HSV(B)316.03º67.28%85.1%-
XYZ38.922.4744.41-
YUV126.85156.87192.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 71 (28.12% from 255) = 15.24%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=46.57%
G=15.24%
B=38.20%

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
Decimal2177117800.670.180.15316.0365.7756.47
HexD947B204312F13c4238
Octal3311072620103221747410270
Binary11011001100011110110010010000111001011111001111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D947B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D947B2; }

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

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

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

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

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

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

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

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