#D941AE

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

Shades of Fuchsia #D941AE

Tints of Fuchsia #D941AE

Color information

#D941AE (or 0xD941AE) is unknown color: approx Fuchsia. HEX triplet: D9, 41 and AE. RGB value is (217,65,174). Sum of RGB (Red+Green+Blue) = 217+65+174=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D941AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D941AE is #26BE51. Grayscale: #7A7A7A. Windows color (decimal): -2539090 or 11420121. OLE color: 11420121.

HSL color Cylindrical-coordinate representation of color #D941AE: hue angle of 316.97º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D941AE is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB21765174-
CMYK00.700.200.15
HSL316.97º66.67%55.29%-
HSV(B)316.97º70.05%85.1%-
XYZ38.1521.5942.2-
YUV122.87156.86195.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.59%
GREEN value IS 65 (25.78% from 255) = 14.25%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=47.59%
G=14.25%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176517400.700.200.15316.9766.6755.29
HexD941AE04614F13d4337
Octal3311012560106241747510367
Binary11011001100000110101110010001101010011111001111011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D941AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D941AE; }

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

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

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

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

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

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

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

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