#D436BA

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

Shades of Fuchsia #D436BA

Tints of Fuchsia #D436BA

Color information

#D436BA (or 0xD436BA) is unknown color: approx Fuchsia. HEX triplet: D4, 36 and BA. RGB value is (212,54,186). Sum of RGB (Red+Green+Blue) = 212+54+186=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D436BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D436BA is #2BC945. Grayscale: #737373. Windows color (decimal): -2869574 or 12203732. OLE color: 12203732.

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

Color convert

RGB21254186-
CMYK00.750.120.17
HSL309.87º64.75%52.16%-
HSV(B)309.87º74.53%83.14%-
XYZ37.3320.1848.38-
YUV116.29167.35196.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.90%
GREEN value IS 54 (21.48% from 255) = 11.95%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=46.90%
G=11.95%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125418600.750.120.17309.8764.7552.16
HexD436BA04BC111364134
Octal324662720113142146610164
Binary1101010011011010111010010010111100100011001101101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D436BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D436BA; }

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

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

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

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

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

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

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

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