#D559C5

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

Shades of Fuchsia #D559C5

Tints of Fuchsia #D559C5

Color information

#D559C5 (or 0xD559C5) is unknown color: approx Fuchsia. HEX triplet: D5, 59 and C5. RGB value is (213,89,197). Sum of RGB (Red+Green+Blue) = 213+89+197=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D559C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559C5 is #2AA63A. Grayscale: #8A8A8A. Windows color (decimal): -2795067 or 12933589. OLE color: 12933589.

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

Color convert

RGB21389197-
CMYK00.580.080.16
HSL307.74º59.62%59.22%-
HSV(B)307.74º58.22%83.53%-
XYZ41.0925.3255.55-
YUV138.39161.08181.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.69%
GREEN value IS 89 (35.16% from 255) = 17.84%
BLUE value IS 197 (77.34% from 255) = 39.48%
R=42.69%
G=17.84%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138919700.580.080.16307.7459.6259.22
HexD559C503A8101343c3b
Octal32513130507210204647473
Binary110101011011001110001010111010100010000100110100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D559C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D559C5; }

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

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

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

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

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

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

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

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