#D84EBC

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

Shades of Fuchsia #D84EBC

Tints of Fuchsia #D84EBC

Color information

#D84EBC (or 0xD84EBC) is unknown color: approx Fuchsia. HEX triplet: D8, 4E and BC. RGB value is (216,78,188). Sum of RGB (Red+Green+Blue) = 216+78+188=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84EBC is #27B143. Grayscale: #838383. Windows color (decimal): -2601284 or 12340952. OLE color: 12340952.

HSL color Cylindrical-coordinate representation of color #D84EBC: hue angle of 312.17º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84EBC is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB21678188-
CMYK00.640.130.15
HSL312.17º63.89%57.65%-
HSV(B)312.17º63.89%84.71%-
XYZ40.1223.6850.03-
YUV131.8159.72188.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 78 (30.86% from 255) = 16.18%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=44.81%
G=16.18%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167818800.640.130.15312.1763.8957.65
HexD84EBC040DF138403a
Octal3301162740100151747010072
Binary1101100010011101011110001000000110111111001110001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84EBC; }

 p { color: rgb(216,78,188); }

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

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

 a { background-color: rgb(216,78,188); }

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

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

 span { border-color: rgb(216,78,188); }

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