#D64DAE

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

Shades of Fuchsia #D64DAE

Tints of Fuchsia #D64DAE

Color information

#D64DAE (or 0xD64DAE) is unknown color: approx Fuchsia. HEX triplet: D6, 4D and AE. RGB value is (214,77,174). Sum of RGB (Red+Green+Blue) = 214+77+174=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DAE is #29B251. Grayscale: #808080. Windows color (decimal): -2732626 or 11423190. OLE color: 11423190.

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

Color convert

RGB21477174-
CMYK00.640.190.16
HSL317.52º62.56%57.06%-
HSV(B)317.52º64.02%83.92%-
XYZ38.0322.6642.41-
YUV129.02153.39188.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.02%
GREEN value IS 77 (30.47% from 255) = 16.56%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=46.02%
G=16.56%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147717400.640.190.16317.5262.5657.06
HexD64DAE040131013e3f39
Octal326115256010023204767771
Binary11010110100110110101110010000001001110000100111110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64DAE; }

 p { color: rgb(214,77,174); }

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

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

 a { background-color: rgb(214,77,174); }

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

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

 span { border-color: rgb(214,77,174); }

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