#D348BA

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

Shades of Fuchsia #D348BA

Tints of Fuchsia #D348BA

Color information

#D348BA (or 0xD348BA) is unknown color: approx Fuchsia. HEX triplet: D3, 48 and BA. RGB value is (211,72,186). Sum of RGB (Red+Green+Blue) = 211+72+186=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D348BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348BA is #2CB745. Grayscale: #7E7E7E. Windows color (decimal): -2930502 or 12208339. OLE color: 12208339.

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

Color convert

RGB21172186-
CMYK00.660.120.17
HSL310.79º61.23%55.49%-
HSV(B)310.79º65.88%82.75%-
XYZ38.0422.0348.7-
YUV126.56161.55188.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.99%
GREEN value IS 72 (28.52% from 255) = 15.35%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=44.99%
G=15.35%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117218600.660.120.17310.7961.2355.49
HexD348BA042C111373d37
Octal323110272010214214677567
Binary1101001110010001011101001000010110010001100110111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D348BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D348BA; }

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

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

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

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

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

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

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

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