#D346B1

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

Shades of Fuchsia #D346B1

Tints of Fuchsia #D346B1

Color information

#D346B1 (or 0xD346B1) is unknown color: approx Fuchsia. HEX triplet: D3, 46 and B1. RGB value is (211,70,177). Sum of RGB (Red+Green+Blue) = 211+70+177=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D346B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D346B1 is #2CB94E. Grayscale: #7C7C7C. Windows color (decimal): -2931023 or 11618003. OLE color: 11618003.

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

Color convert

RGB21170177-
CMYK00.670.160.17
HSL314.47º61.57%55.1%-
HSV(B)314.47º66.82%82.75%-
XYZ36.9921.443.78-
YUV124.36157.71189.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.07%
GREEN value IS 70 (27.73% from 255) = 15.28%
BLUE value IS 177 (69.53% from 255) = 38.65%
R=46.07%
G=15.28%
B=38.65%

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
Decimal2117017700.670.160.17314.4761.5755.1
HexD346B1043101113a3e37
Octal323106261010320214727667
Binary11010011100011010110001010000111000010001100111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D346B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D346B1; }

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

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

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

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

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

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

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

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