#D559AE

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

Shades of Fuchsia #D559AE

Tints of Fuchsia #D559AE

Color information

#D559AE (or 0xD559AE) is unknown color: approx Fuchsia. HEX triplet: D5, 59 and AE. RGB value is (213,89,174). Sum of RGB (Red+Green+Blue) = 213+89+174=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D559AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D559AE is #2AA651. Grayscale: #878787. Windows color (decimal): -2795090 or 11426261. OLE color: 11426261.

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

Color convert

RGB21389174-
CMYK00.580.180.16
HSL318.87º59.62%59.22%-
HSV(B)318.87º58.22%83.53%-
XYZ38.6524.3542.71-
YUV135.77149.58183.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 89 (35.16% from 255) = 18.70%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=44.75%
G=18.70%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138917400.580.180.16318.8759.6259.22
HexD559AE03A121013f3c3b
Octal32513125607222204777473
Binary1101010110110011010111001110101001010000100111111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D559AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D559AE; }

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

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

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

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

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

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

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

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