#D84EAF

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

Shades of Fuchsia #D84EAF

Tints of Fuchsia #D84EAF

Color information

#D84EAF (or 0xD84EAF) is unknown color: approx Fuchsia. HEX triplet: D8, 4E and AF. RGB value is (216,78,175). Sum of RGB (Red+Green+Blue) = 216+78+175=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84EAF is #27B150. Grayscale: #828282. Windows color (decimal): -2601297 or 11488984. OLE color: 11488984.

HSL color Cylindrical-coordinate representation of color #D84EAF: hue angle of 317.83º 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 #D84EAF is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB21678175-
CMYK00.640.190.15
HSL317.83º63.89%57.65%-
HSV(B)317.83º63.89%84.71%-
XYZ38.7823.1442.98-
YUV130.32153.22189.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.06%
GREEN value IS 78 (30.86% from 255) = 16.63%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=46.06%
G=16.63%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167817500.640.190.15317.8363.8957.65
HexD84EAF04013F13e403a
Octal3301162570100231747610072
Binary11011000100111010101111010000001001111111001111101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84EAF; }

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

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

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

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

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

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

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

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