#D43DBA

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

Shades of Fuchsia #D43DBA

Tints of Fuchsia #D43DBA

Color information

#D43DBA (or 0xD43DBA) is unknown color: approx Fuchsia. HEX triplet: D4, 3D and BA. RGB value is (212,61,186). Sum of RGB (Red+Green+Blue) = 212+61+186=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DBA is #2BC245. Grayscale: #787878. Windows color (decimal): -2867782 or 12205524. OLE color: 12205524.

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

Color convert

RGB21261186-
CMYK00.710.120.17
HSL310.33º63.71%53.53%-
HSV(B)310.33º71.23%83.14%-
XYZ37.6820.8848.5-
YUV120.4165.03193.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.19%
GREEN value IS 61 (24.22% from 255) = 13.29%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=46.19%
G=13.29%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126118600.710.120.17310.3363.7153.53
HexD43DBA047C111364036
Octal324752720107142146610066
Binary1101010011110110111010010001111100100011001101101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43DBA; }

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

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

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

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

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

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

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

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