#D94EB4

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

Shades of Fuchsia #D94EB4

Tints of Fuchsia #D94EB4

Color information

#D94EB4 (or 0xD94EB4) is unknown color: approx Fuchsia. HEX triplet: D9, 4E and B4. RGB value is (217,78,180). Sum of RGB (Red+Green+Blue) = 217+78+180=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D94EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94EB4 is #26B14B. Grayscale: #828282. Windows color (decimal): -2535756 or 11816665. OLE color: 11816665.

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

Color convert

RGB21778180-
CMYK00.640.170.15
HSL315.97º64.65%57.84%-
HSV(B)315.97º64.06%85.1%-
XYZ39.5823.545.63-
YUV131.19155.55189.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 78 (30.86% from 255) = 16.42%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=45.68%
G=16.42%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177818000.640.170.15315.9764.6557.84
HexD94EB404011F13c413a
Octal3311162640100211747410172
Binary11011001100111010110100010000001000111111001111001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94EB4; }

 p { color: rgb(217,78,180); }

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

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

 a { background-color: rgb(217,78,180); }

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

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

 span { border-color: rgb(217,78,180); }

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