#D359AE

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

Shades of Fuchsia #D359AE

Tints of Fuchsia #D359AE

Color information

#D359AE (or 0xD359AE) is unknown color: approx Fuchsia. HEX triplet: D3, 59 and AE. RGB value is (211,89,174). Sum of RGB (Red+Green+Blue) = 211+89+174=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D359AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D359AE is #2CA651. Grayscale: #868686. Windows color (decimal): -2926162 or 11426259. OLE color: 11426259.

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

Color convert

RGB21189174-
CMYK00.580.180.17
HSL318.2º58.1%58.82%-
HSV(B)318.2º57.82%82.75%-
XYZ38.0824.0542.68-
YUV135.17149.92182.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.51%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=44.51%
G=18.78%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118917400.580.180.17318.258.158.82
HexD359AE03A121113e3a3b
Octal32313125607222214767273
Binary1101001110110011010111001110101001010001100111110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D359AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D359AE; }

 p { color: rgb(211,89,174); }

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

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

 a { background-color: rgb(211,89,174); }

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

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

 span { border-color: rgb(211,89,174); }

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