#D43EAD

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

Shades of Fuchsia #D43EAD

Tints of Fuchsia #D43EAD

Color information

#D43EAD (or 0xD43EAD) is unknown color: approx Fuchsia. HEX triplet: D4, 3E and AD. RGB value is (212,62,173). Sum of RGB (Red+Green+Blue) = 212+62+173=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D43EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43EAD is #2BC152. Grayscale: #777777. Windows color (decimal): -2867539 or 11353812. OLE color: 11353812.

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

Color convert

RGB21262173-
CMYK00.710.180.17
HSL315.6º63.56%53.73%-
HSV(B)315.6º70.75%83.14%-
XYZ36.4220.4641.56-
YUV119.5158.2193.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.43%
GREEN value IS 62 (24.61% from 255) = 13.87%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=47.43%
G=13.87%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126217300.710.180.17315.663.5653.73
HexD43EAD047121113c4036
Octal324762550107222147410066
Binary11010100111110101011010100011110010100011001111001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43EAD; }

 p { color: rgb(212,62,173); }

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

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

 a { background-color: rgb(212,62,173); }

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

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

 span { border-color: rgb(212,62,173); }

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