#D556B2

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

Shades of Fuchsia #D556B2

Tints of Fuchsia #D556B2

Color information

#D556B2 (or 0xD556B2) is unknown color: approx Fuchsia. HEX triplet: D5, 56 and B2. RGB value is (213,86,178). Sum of RGB (Red+Green+Blue) = 213+86+178=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D556B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D556B2 is #2AA94D. Grayscale: #868686. Windows color (decimal): -2795854 or 11687637. OLE color: 11687637.

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

Color convert

RGB21386178-
CMYK00.600.160.16
HSL316.54º60.19%58.63%-
HSV(B)316.54º59.62%83.53%-
XYZ38.824.0244.71-
YUV134.46152.58184.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 86 (33.98% from 255) = 18.03%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=44.65%
G=18.03%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138617800.600.160.16316.5460.1958.63
HexD556B203C101013d3c3b
Octal32512626207420204757473
Binary1101010110101101011001001111001000010000100111101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D556B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D556B2; }

 p { color: rgb(213,86,178); }

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

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

 a { background-color: rgb(213,86,178); }

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

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

 span { border-color: rgb(213,86,178); }

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