#D947B8

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

Shades of Fuchsia #D947B8

Tints of Fuchsia #D947B8

Color information

#D947B8 (or 0xD947B8) is unknown color: approx Fuchsia. HEX triplet: D9, 47 and B8. RGB value is (217,71,184). Sum of RGB (Red+Green+Blue) = 217+71+184=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D947B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947B8 is #26B847. Grayscale: #7F7F7F. Windows color (decimal): -2537544 or 12077017. OLE color: 12077017.

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

Color convert

RGB21771184-
CMYK00.670.150.15
HSL313.56º65.77%56.47%-
HSV(B)313.56º67.28%85.1%-
XYZ39.5222.7247.65-
YUV127.54159.87191.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 71 (28.12% from 255) = 15.04%
BLUE value IS 184 (72.27% from 255) = 38.98%
R=45.97%
G=15.04%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177118400.670.150.15313.5665.7756.47
HexD947B8043FF13a4238
Octal3311072700103171747210270
Binary1101100110001111011100001000011111111111001110101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D947B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D947B8; }

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

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

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

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

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

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

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

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