#D446B2

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

Shades of Fuchsia #D446B2

Tints of Fuchsia #D446B2

Color information

#D446B2 (or 0xD446B2) is unknown color: approx Fuchsia. HEX triplet: D4, 46 and B2. RGB value is (212,70,178). Sum of RGB (Red+Green+Blue) = 212+70+178=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D446B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D446B2 is #2BB94D. Grayscale: #7C7C7C. Windows color (decimal): -2865486 or 11683540. OLE color: 11683540.

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

Color convert

RGB21270178-
CMYK00.670.160.17
HSL314.37º62.28%55.29%-
HSV(B)314.37º66.98%83.14%-
XYZ37.3821.5944.32-
YUV124.77158.04190.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.09%
GREEN value IS 70 (27.73% from 255) = 15.22%
BLUE value IS 178 (69.92% from 255) = 38.70%
R=46.09%
G=15.22%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127017800.670.160.17314.3762.2855.29
HexD446B2043101113a3e37
Octal324106262010320214727667
Binary11010100100011010110010010000111000010001100111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D446B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D446B2; }

 p { color: rgb(212,70,178); }

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

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

 a { background-color: rgb(212,70,178); }

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

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

 span { border-color: rgb(212,70,178); }

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