#D46AB4

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

Shades of Fuchsia #D46AB4

Tints of Fuchsia #D46AB4

Color information

#D46AB4 (or 0xD46AB4) is unknown color: approx Fuchsia. HEX triplet: D4, 6A and B4. RGB value is (212,106,180). Sum of RGB (Red+Green+Blue) = 212+106+180=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D46AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46AB4 is #2B954B. Grayscale: #919191. Windows color (decimal): -2856268 or 11823828. OLE color: 11823828.

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

Color convert

RGB212106180-
CMYK00.50.150.17
HSL318.11º55.21%62.35%-
HSV(B)318.11º50%83.14%-
XYZ40.5427.646.37-
YUV146.13147.12174.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=42.57%
G=21.29%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210618000.50.150.17318.1155.2162.35
HexD46AB4032F1113e373e
Octal32415226406217214766776
Binary110101001101010101101000110010111110001100111110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46AB4; }

 p { color: rgb(212,106,180); }

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

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

 a { background-color: rgb(212,106,180); }

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

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

 span { border-color: rgb(212,106,180); }

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