#D439BA

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

Shades of Fuchsia #D439BA

Tints of Fuchsia #D439BA

Color information

#D439BA (or 0xD439BA) is unknown color: approx Fuchsia. HEX triplet: D4, 39 and BA. RGB value is (212,57,186). Sum of RGB (Red+Green+Blue) = 212+57+186=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D439BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D439BA is #2BC645. Grayscale: #757575. Windows color (decimal): -2868806 or 12204500. OLE color: 12204500.

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

Color convert

RGB21257186-
CMYK00.730.120.17
HSL310.06º64.32%52.75%-
HSV(B)310.06º73.11%83.14%-
XYZ37.4820.4748.43-
YUV118.05166.35195.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 57 (22.66% from 255) = 12.53%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=46.59%
G=12.53%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125718600.730.120.17310.0664.3252.75
HexD439BA049C111364035
Octal324712720111142146610065
Binary1101010011100110111010010010011100100011001101101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D439BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D439BA; }

 p { color: rgb(212,57,186); }

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

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

 a { background-color: rgb(212,57,186); }

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

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

 span { border-color: rgb(212,57,186); }

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