#D559AF

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

Shades of Fuchsia #D559AF

Tints of Fuchsia #D559AF

Color information

#D559AF (or 0xD559AF) is unknown color: approx Fuchsia. HEX triplet: D5, 59 and AF. RGB value is (213,89,175). Sum of RGB (Red+Green+Blue) = 213+89+175=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D559AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D559AF is #2AA650. Grayscale: #878787. Windows color (decimal): -2795089 or 11491797. OLE color: 11491797.

HSL color Cylindrical-coordinate representation of color #D559AF: hue angle of 318.39º 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 #D559AF is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB21389175-
CMYK00.580.180.16
HSL318.39º59.62%59.22%-
HSV(B)318.39º58.22%83.53%-
XYZ38.7524.3943.22-
YUV135.88150.08183.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=44.65%
G=18.66%
B=36.69%

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
Decimal2138917500.580.180.16318.3959.6259.22
HexD559AF03A121013e3c3b
Octal32513125707222204767473
Binary1101010110110011010111101110101001010000100111110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D559AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D559AF; }

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

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

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

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

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

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

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

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