#D845AE

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

Shades of Fuchsia #D845AE

Tints of Fuchsia #D845AE

Color information

#D845AE (or 0xD845AE) is unknown color: approx Fuchsia. HEX triplet: D8, 45 and AE. RGB value is (216,69,174). Sum of RGB (Red+Green+Blue) = 216+69+174=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D845AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D845AE is #27BA51. Grayscale: #7C7C7C. Windows color (decimal): -2603602 or 11421144. OLE color: 11421144.

HSL color Cylindrical-coordinate representation of color #D845AE: hue angle of 317.14º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D845AE is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB21669174-
CMYK00.680.190.15
HSL317.14º65.33%55.88%-
HSV(B)317.14º68.06%84.71%-
XYZ38.0921.9142.27-
YUV124.92155.7192.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.06%
GREEN value IS 69 (27.34% from 255) = 15.03%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=47.06%
G=15.03%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166917400.680.190.15317.1465.3355.88
HexD845AE04413F13d4138
Octal3301052560104231747510170
Binary11011000100010110101110010001001001111111001111011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D845AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D845AE; }

 p { color: rgb(216,69,174); }

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

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

 a { background-color: rgb(216,69,174); }

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

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

 span { border-color: rgb(216,69,174); }

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