#D45EBA

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

Shades of Fuchsia #D45EBA

Tints of Fuchsia #D45EBA

Color information

#D45EBA (or 0xD45EBA) is unknown color: approx Fuchsia. HEX triplet: D4, 5E and BA. RGB value is (212,94,186). Sum of RGB (Red+Green+Blue) = 212+94+186=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D45EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45EBA is #2BA145. Grayscale: #8B8B8B. Windows color (decimal): -2859334 or 12213972. OLE color: 12213972.

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

Color convert

RGB21294186-
CMYK00.560.120.17
HSL313.22º57.84%60%-
HSV(B)313.22º55.66%83.14%-
XYZ40.0225.5549.28-
YUV139.77154.09179.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 94 (37.11% from 255) = 19.11%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=43.09%
G=19.11%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129418600.560.120.17313.2257.8460
HexD45EBA038C111393a3c
Octal32413627207014214717274
Binary110101001011110101110100111000110010001100111001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45EBA; }

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

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

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

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

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

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

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

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