#D036BA

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

Shades of Fuchsia #D036BA

Tints of Fuchsia #D036BA

Color information

#D036BA (or 0xD036BA) is unknown color: approx Fuchsia. HEX triplet: D0, 36 and BA. RGB value is (208,54,186). Sum of RGB (Red+Green+Blue) = 208+54+186=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D036BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036BA is #2FC945. Grayscale: #727272. Windows color (decimal): -3131718 or 12203728. OLE color: 12203728.

HSL color Cylindrical-coordinate representation of color #D036BA: hue angle of 308.57º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D036BA is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB20854186-
CMYK00.740.110.18
HSL308.57º62.1%51.37%-
HSV(B)308.57º74.04%81.57%-
XYZ36.1919.5948.33-
YUV115.09168.02194.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.43%
GREEN value IS 54 (21.48% from 255) = 12.05%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=46.43%
G=12.05%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085418600.740.110.18308.5762.151.37
HexD036BA04AB121353e33
Octal32066272011213224657663
Binary110100001101101011101001001010101110010100110101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D036BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D036BA; }

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

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

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

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

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

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

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

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