#D947AE

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

Shades of Fuchsia #D947AE

Tints of Fuchsia #D947AE

Color information

#D947AE (or 0xD947AE) is unknown color: approx Fuchsia. HEX triplet: D9, 47 and AE. RGB value is (217,71,174). Sum of RGB (Red+Green+Blue) = 217+71+174=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D947AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D947AE is #26B851. Grayscale: #7E7E7E. Windows color (decimal): -2537554 or 11421657. OLE color: 11421657.

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

Color convert

RGB21771174-
CMYK00.670.200.15
HSL317.67º65.77%56.47%-
HSV(B)317.67º67.28%85.1%-
XYZ38.5122.3142.32-
YUV126.4154.87192.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.97%
GREEN value IS 71 (28.12% from 255) = 15.37%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=46.97%
G=15.37%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177117400.670.200.15317.6765.7756.47
HexD947AE04314F13e4238
Octal3311072560103241747610270
Binary11011001100011110101110010000111010011111001111101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D947AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D947AE; }

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

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

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

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

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

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

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

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