#D342BA

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

Shades of Fuchsia #D342BA

Tints of Fuchsia #D342BA

Color information

#D342BA (or 0xD342BA) is unknown color: approx Fuchsia. HEX triplet: D3, 42 and BA. RGB value is (211,66,186). Sum of RGB (Red+Green+Blue) = 211+66+186=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D342BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D342BA is #2CBD45. Grayscale: #7A7A7A. Windows color (decimal): -2932038 or 12206803. OLE color: 12206803.

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

Color convert

RGB21166186-
CMYK00.690.120.17
HSL310.34º62.23%54.31%-
HSV(B)310.34º68.72%82.75%-
XYZ37.6821.2948.58-
YUV123.04163.54190.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.57%
GREEN value IS 66 (26.17% from 255) = 14.25%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=45.57%
G=14.25%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116618600.690.120.17310.3462.2354.31
HexD342BA045C111363e36
Octal323102272010514214667666
Binary1101001110000101011101001000101110010001100110110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D342BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D342BA; }

 p { color: rgb(211,66,186); }

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

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

 a { background-color: rgb(211,66,186); }

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

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

 span { border-color: rgb(211,66,186); }

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