#D44EC7

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

Shades of Fuchsia #D44EC7

Tints of Fuchsia #D44EC7

Color information

#D44EC7 (or 0xD44EC7) is unknown color: approx Fuchsia. HEX triplet: D4, 4E and C7. RGB value is (212,78,199). Sum of RGB (Red+Green+Blue) = 212+78+199=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D44EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44EC7 is #2BB138. Grayscale: #838383. Windows color (decimal): -2863417 or 13061844. OLE color: 13061844.

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

Color convert

RGB21278199-
CMYK00.630.060.17
HSL305.82º60.91%56.86%-
HSV(B)305.82º63.21%83.14%-
XYZ40.1823.5756.46-
YUV131.86165.89185.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.35%
GREEN value IS 78 (30.86% from 255) = 15.95%
BLUE value IS 199 (78.12% from 255) = 40.70%
R=43.35%
G=15.95%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127819900.630.060.17305.8260.9156.86
HexD44EC703F6111323d39
Octal3241163070776214627571
Binary11010100100111011000111011111111010001100110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44EC7; }

 p { color: rgb(212,78,199); }

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

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

 a { background-color: rgb(212,78,199); }

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

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

 span { border-color: rgb(212,78,199); }

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