#D346B2

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

Shades of Fuchsia #D346B2

Tints of Fuchsia #D346B2

Color information

#D346B2 (or 0xD346B2) is unknown color: approx Fuchsia. HEX triplet: D3, 46 and B2. RGB value is (211,70,178). Sum of RGB (Red+Green+Blue) = 211+70+178=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D346B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D346B2 is #2CB94D. Grayscale: #7C7C7C. Windows color (decimal): -2931022 or 11683539. OLE color: 11683539.

HSL color Cylindrical-coordinate representation of color #D346B2: hue angle of 314.04º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D346B2 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB21170178-
CMYK00.670.160.17
HSL314.04º61.57%55.1%-
HSV(B)314.04º66.82%82.75%-
XYZ37.0921.4444.3-
YUV124.47158.21189.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.97%
GREEN value IS 70 (27.73% from 255) = 15.25%
BLUE value IS 178 (69.92% from 255) = 38.78%
R=45.97%
G=15.25%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117017800.670.160.17314.0461.5755.1
HexD346B2043101113a3e37
Octal323106262010320214727667
Binary11010011100011010110010010000111000010001100111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D346B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D346B2; }

 p { color: rgb(211,70,178); }

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

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

 a { background-color: rgb(211,70,178); }

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

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

 span { border-color: rgb(211,70,178); }

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