#D93EAE

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

Shades of Fuchsia #D93EAE

Tints of Fuchsia #D93EAE

Color information

#D93EAE (or 0xD93EAE) is unknown color: approx Fuchsia. HEX triplet: D9, 3E and AE. RGB value is (217,62,174). Sum of RGB (Red+Green+Blue) = 217+62+174=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D93EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93EAE is #26C151. Grayscale: #787878. Windows color (decimal): -2539858 or 11419353. OLE color: 11419353.

HSL color Cylindrical-coordinate representation of color #D93EAE: hue angle of 316.65º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93EAE is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB21762174-
CMYK00.710.200.15
HSL316.65º67.1%54.71%-
HSV(B)316.65º71.43%85.1%-
XYZ37.9821.2542.14-
YUV121.11157.85196.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 62 (24.61% from 255) = 13.69%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=47.90%
G=13.69%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176217400.710.200.15316.6567.154.71
HexD93EAE04714F13d4337
Octal331762560107241747510367
Binary1101100111111010101110010001111010011111001111011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93EAE; }

 p { color: rgb(217,62,174); }

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

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

 a { background-color: rgb(217,62,174); }

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

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

 span { border-color: rgb(217,62,174); }

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