#D44FC2

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

Shades of Fuchsia #D44FC2

Tints of Fuchsia #D44FC2

Color information

#D44FC2 (or 0xD44FC2) is unknown color: approx Fuchsia. HEX triplet: D4, 4F and C2. RGB value is (212,79,194). Sum of RGB (Red+Green+Blue) = 212+79+194=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FC2 is #2BB03D. Grayscale: #838383. Windows color (decimal): -2863166 or 12734420. OLE color: 12734420.

HSL color Cylindrical-coordinate representation of color #D44FC2: hue angle of 308.12º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44FC2 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB21279194-
CMYK00.630.080.17
HSL308.12º60.73%57.06%-
HSV(B)308.12º62.74%83.14%-
XYZ39.6823.4853.48-
YUV131.88163.06185.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 79 (31.25% from 255) = 16.29%
BLUE value IS 194 (76.17% from 255) = 40%
R=43.71%
G=16.29%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127919400.630.080.17308.1260.7357.06
HexD44FC203F8111343d39
Octal32411730207710214647571
Binary110101001001111110000100111111100010001100110100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44FC2; }

 p { color: rgb(212,79,194); }

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

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

 a { background-color: rgb(212,79,194); }

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

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

 span { border-color: rgb(212,79,194); }

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