#D94AB8

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

Shades of Fuchsia #D94AB8

Tints of Fuchsia #D94AB8

Color information

#D94AB8 (or 0xD94AB8) is unknown color: approx Fuchsia. HEX triplet: D9, 4A and B8. RGB value is (217,74,184). Sum of RGB (Red+Green+Blue) = 217+74+184=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94AB8 is #26B547. Grayscale: #818181. Windows color (decimal): -2536776 or 12077785. OLE color: 12077785.

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

Color convert

RGB21774184-
CMYK00.660.150.15
HSL313.85º65.3%57.06%-
HSV(B)313.85º65.9%85.1%-
XYZ39.7223.1147.71-
YUV129.3158.88190.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 74 (29.30% from 255) = 15.58%
BLUE value IS 184 (72.27% from 255) = 38.74%
R=45.68%
G=15.58%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177418400.660.150.15313.8565.357.06
HexD94AB8042FF13a4139
Octal3311122700102171747210171
Binary1101100110010101011100001000010111111111001110101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94AB8; }

 p { color: rgb(217,74,184); }

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

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

 a { background-color: rgb(217,74,184); }

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

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

 span { border-color: rgb(217,74,184); }

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