#D149AE

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

Shades of Fuchsia #D149AE

Tints of Fuchsia #D149AE

Color information

#D149AE (or 0xD149AE) is unknown color: approx Fuchsia. HEX triplet: D1, 49 and AE. RGB value is (209,73,174). Sum of RGB (Red+Green+Blue) = 209+73+174=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D149AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D149AE is #2EB651. Grayscale: #7C7C7C. Windows color (decimal): -3061330 or 11422161. OLE color: 11422161.

HSL color Cylindrical-coordinate representation of color #D149AE: hue angle of 315.44º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D149AE is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB20973174-
CMYK00.650.170.18
HSL315.44º59.65%55.29%-
HSV(B)315.44º65.07%81.96%-
XYZ36.3221.3842.26-
YUV125.18155.56187.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 73 (28.91% from 255) = 16.01%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=45.83%
G=16.01%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097317400.650.170.18315.4459.6555.29
HexD149AE041111213b3c37
Octal321111256010121224737467
Binary11010001100100110101110010000011000110010100111011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D149AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D149AE; }

 p { color: rgb(209,73,174); }

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

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

 a { background-color: rgb(209,73,174); }

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

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

 span { border-color: rgb(209,73,174); }

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