#D65CAE

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

Shades of Fuchsia #D65CAE

Tints of Fuchsia #D65CAE

Color information

#D65CAE (or 0xD65CAE) is unknown color: approx Fuchsia. HEX triplet: D6, 5C and AE. RGB value is (214,92,174). Sum of RGB (Red+Green+Blue) = 214+92+174=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CAE is #29A351. Grayscale: #898989. Windows color (decimal): -2728786 or 11427030. OLE color: 11427030.

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

Color convert

RGB21492174-
CMYK00.570.190.16
HSL319.67º59.8%60%-
HSV(B)319.67º57.01%83.92%-
XYZ39.225.0142.81-
YUV137.83148.42182.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=44.58%
G=19.17%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149217400.570.190.16319.6759.860
HexD65CAE03913101403c3c
Octal32613425607123205007474
Binary1101011010111001010111001110011001110000101000000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CAE; }

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

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

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

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

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

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

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

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