#D45EB3

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

Shades of Fuchsia #D45EB3

Tints of Fuchsia #D45EB3

Color information

#D45EB3 (or 0xD45EB3) is unknown color: approx Fuchsia. HEX triplet: D4, 5E and B3. RGB value is (212,94,179). Sum of RGB (Red+Green+Blue) = 212+94+179=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D45EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45EB3 is #2BA14C. Grayscale: #8A8A8A. Windows color (decimal): -2859341 or 11755220. OLE color: 11755220.

HSL color Cylindrical-coordinate representation of color #D45EB3: hue angle of 316.78º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45EB3 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB21294179-
CMYK00.560.160.17
HSL316.78º57.84%60%-
HSV(B)316.78º55.66%83.14%-
XYZ39.2925.2645.45-
YUV138.97150.59180.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 94 (37.11% from 255) = 19.38%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=43.71%
G=19.38%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129417900.560.160.17316.7857.8460
HexD45EB3038101113d3a3c
Octal32413626307020214757274
Binary1101010010111101011001101110001000010001100111101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45EB3; }

 p { color: rgb(212,94,179); }

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

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

 a { background-color: rgb(212,94,179); }

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

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

 span { border-color: rgb(212,94,179); }

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