#D44ECB

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

Shades of Fuchsia #D44ECB

Tints of Fuchsia #D44ECB

Color information

#D44ECB (or 0xD44ECB) is unknown color: approx Fuchsia. HEX triplet: D4, 4E and CB. RGB value is (212,78,203). Sum of RGB (Red+Green+Blue) = 212+78+203=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D44ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44ECB is #2BB134. Grayscale: #838383. Windows color (decimal): -2863413 or 13323988. OLE color: 13323988.

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

Color convert

RGB21278203-
CMYK00.630.040.17
HSL304.03º60.91%56.86%-
HSV(B)304.03º63.21%83.14%-
XYZ40.6623.7658.94-
YUV132.32167.89184.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 78 (30.86% from 255) = 15.82%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=43.00%
G=15.82%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127820300.630.040.17304.0360.9156.86
HexD44ECB03F4111303d39
Octal3241163130774214607571
Binary11010100100111011001011011111110010001100110000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44ECB; }

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

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

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

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

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

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

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

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