#D43DCA

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

Shades of Fuchsia #D43DCA

Tints of Fuchsia #D43DCA

Color information

#D43DCA (or 0xD43DCA) is unknown color: approx Fuchsia. HEX triplet: D4, 3D and CA. RGB value is (212,61,202). Sum of RGB (Red+Green+Blue) = 212+61+202=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DCA is #2BC235. Grayscale: #797979. Windows color (decimal): -2867766 or 13254100. OLE color: 13254100.

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

Color convert

RGB21261202-
CMYK00.710.050.17
HSL303.97º63.71%53.53%-
HSV(B)303.97º71.23%83.14%-
XYZ39.4821.657.97-
YUV122.22173.03192.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 61 (24.22% from 255) = 12.84%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=44.63%
G=12.84%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126120200.710.050.17303.9763.7153.53
HexD43DCA0475111304036
Octal32475312010752146010066
Binary110101001111011100101001000111101100011001100001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43DCA; }

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

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

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

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

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

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

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

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