#D447AE

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

Shades of Fuchsia #D447AE

Tints of Fuchsia #D447AE

Color information

#D447AE (or 0xD447AE) is unknown color: approx Fuchsia. HEX triplet: D4, 47 and AE. RGB value is (212,71,174). Sum of RGB (Red+Green+Blue) = 212+71+174=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D447AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D447AE is #2BB851. Grayscale: #7C7C7C. Windows color (decimal): -2865234 or 11421652. OLE color: 11421652.

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

Color convert

RGB21271174-
CMYK00.670.180.17
HSL316.17º62.11%55.49%-
HSV(B)316.17º66.51%83.14%-
XYZ37.0421.5642.25-
YUV124.9155.71190.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.39%
GREEN value IS 71 (28.12% from 255) = 15.54%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=46.39%
G=15.54%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127117400.670.180.17316.1762.1155.49
HexD447AE043121113c3e37
Octal324107256010322214747667
Binary11010100100011110101110010000111001010001100111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D447AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D447AE; }

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

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

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

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

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

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

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

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