#D44DCA

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

Shades of Fuchsia #D44DCA

Tints of Fuchsia #D44DCA

Color information

#D44DCA (or 0xD44DCA) is unknown color: approx Fuchsia. HEX triplet: D4, 4D and CA. RGB value is (212,77,202). Sum of RGB (Red+Green+Blue) = 212+77+202=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DCA is #2BB235. Grayscale: #838383. Windows color (decimal): -2863670 or 13258196. OLE color: 13258196.

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

Color convert

RGB21277202-
CMYK00.640.050.17
HSL304.44º61.09%56.67%-
HSV(B)304.44º63.68%83.14%-
XYZ40.4723.5758.29-
YUV131.61167.73185.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=43.18%
G=15.68%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127720200.640.050.17304.4461.0956.67
HexD44DCA0405111303d39
Octal32411531201005214607571
Binary110101001001101110010100100000010110001100110000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44DCA; }

 p { color: rgb(212,77,202); }

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

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

 a { background-color: rgb(212,77,202); }

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

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

 span { border-color: rgb(212,77,202); }

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