#D43DBB

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

Shades of Fuchsia #D43DBB

Tints of Fuchsia #D43DBB

Color information

#D43DBB (or 0xD43DBB) is unknown color: approx Fuchsia. HEX triplet: D4, 3D and BB. RGB value is (212,61,187). Sum of RGB (Red+Green+Blue) = 212+61+187=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DBB is #2BC244. Grayscale: #787878. Windows color (decimal): -2867781 or 12271060. OLE color: 12271060.

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

Color convert

RGB21261187-
CMYK00.710.120.17
HSL309.93º63.71%53.53%-
HSV(B)309.93º71.23%83.14%-
XYZ37.7920.9249.06-
YUV120.51165.53193.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.09%
GREEN value IS 61 (24.22% from 255) = 13.26%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=46.09%
G=13.26%
B=40.65%

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
Decimal2126118700.710.120.17309.9363.7153.53
HexD43DBB047C111364036
Octal324752730107142146610066
Binary1101010011110110111011010001111100100011001101101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43DBB; }

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

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

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

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

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

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

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

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