#D84DAF

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

Shades of Fuchsia #D84DAF

Tints of Fuchsia #D84DAF

Color information

#D84DAF (or 0xD84DAF) is unknown color: approx Fuchsia. HEX triplet: D8, 4D and AF. RGB value is (216,77,175). Sum of RGB (Red+Green+Blue) = 216+77+175=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84DAF is #27B250. Grayscale: #818181. Windows color (decimal): -2601553 or 11488728. OLE color: 11488728.

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

Color convert

RGB21677175-
CMYK00.640.190.15
HSL317.7º64.06%57.45%-
HSV(B)317.7º64.35%84.71%-
XYZ38.712342.96-
YUV129.73153.55189.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 77 (30.47% from 255) = 16.45%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=46.15%
G=16.45%
B=37.39%

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
Decimal2167717500.640.190.15317.764.0657.45
HexD84DAF04013F13e4039
Octal3301152570100231747610071
Binary11011000100110110101111010000001001111111001111101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84DAF; }

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

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

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

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

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

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

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

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