#D346C4

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

Shades of Fuchsia #D346C4

Tints of Fuchsia #D346C4

Color information

#D346C4 (or 0xD346C4) is unknown color: approx Fuchsia. HEX triplet: D3, 46 and C4. RGB value is (211,70,196). Sum of RGB (Red+Green+Blue) = 211+70+196=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D346C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D346C4 is #2CB93B. Grayscale: #7E7E7E. Windows color (decimal): -2931004 or 12863187. OLE color: 12863187.

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

Color convert

RGB21170196-
CMYK00.670.070.17
HSL306.38º61.57%55.1%-
HSV(B)306.38º66.82%82.75%-
XYZ39.0222.2154.46-
YUV126.52167.21188.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.23%
GREEN value IS 70 (27.73% from 255) = 14.68%
BLUE value IS 196 (76.95% from 255) = 41.09%
R=44.23%
G=14.68%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117019600.670.070.17306.3861.5755.1
HexD346C40437111323e37
Octal32310630401037214627667
Binary110100111000110110001000100001111110001100110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D346C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D346C4; }

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

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

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

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

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

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

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

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