#D44FC3

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

Shades of Fuchsia #D44FC3

Tints of Fuchsia #D44FC3

Color information

#D44FC3 (or 0xD44FC3) is unknown color: approx Fuchsia. HEX triplet: D4, 4F and C3. RGB value is (212,79,195). Sum of RGB (Red+Green+Blue) = 212+79+195=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FC3 is #2BB03C. Grayscale: #838383. Windows color (decimal): -2863165 or 12799956. OLE color: 12799956.

HSL color Cylindrical-coordinate representation of color #D44FC3: hue angle of 307.67º 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 #D44FC3 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB21279195-
CMYK00.630.080.17
HSL307.67º60.73%57.06%-
HSV(B)307.67º62.74%83.14%-
XYZ39.823.5354.07-
YUV131.99163.56185.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.62%
GREEN value IS 79 (31.25% from 255) = 16.26%
BLUE value IS 195 (76.56% from 255) = 40.12%
R=43.62%
G=16.26%
B=40.12%

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
Decimal2127919500.630.080.17307.6760.7357.06
HexD44FC303F8111343d39
Octal32411730307710214647571
Binary110101001001111110000110111111100010001100110100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44FC3; }

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

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

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

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

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

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

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

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