#D63DAE

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

Shades of Fuchsia #D63DAE

Tints of Fuchsia #D63DAE

Color information

#D63DAE (or 0xD63DAE) is unknown color: approx Fuchsia. HEX triplet: D6, 3D and AE. RGB value is (214,61,174). Sum of RGB (Red+Green+Blue) = 214+61+174=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DAE is #29C251. Grayscale: #777777. Windows color (decimal): -2736722 or 11419094. OLE color: 11419094.

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

Color convert

RGB21461174-
CMYK00.710.190.16
HSL315.69º65.11%53.92%-
HSV(B)315.69º71.5%83.92%-
XYZ37.0420.6942.09-
YUV119.63158.69195.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 61 (24.22% from 255) = 13.59%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=47.66%
G=13.59%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146117400.710.190.16315.6965.1153.92
HexD63DAE047131013c4136
Octal326752560107232047410166
Binary11010110111101101011100100011110011100001001111001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63DAE; }

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

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

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

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

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

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

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

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