#D556C6

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

Shades of Fuchsia #D556C6

Tints of Fuchsia #D556C6

Color information

#D556C6 (or 0xD556C6) is unknown color: approx Fuchsia. HEX triplet: D5, 56 and C6. RGB value is (213,86,198). Sum of RGB (Red+Green+Blue) = 213+86+198=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D556C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556C6 is #2AA939. Grayscale: #888888. Windows color (decimal): -2795834 or 12998357. OLE color: 12998357.

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

Color convert

RGB21386198-
CMYK00.600.070.16
HSL307.09º60.19%58.63%-
HSV(B)307.09º59.62%83.53%-
XYZ40.9624.8856.07-
YUV136.74162.58182.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 86 (33.98% from 255) = 17.30%
BLUE value IS 198 (77.73% from 255) = 39.84%
R=42.86%
G=17.30%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138619800.600.070.16307.0960.1958.63
HexD556C603C7101333c3b
Octal3251263060747204637473
Binary11010101101011011000110011110011110000100110011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D556C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D556C6; }

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

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

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

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

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

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

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

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