#D94AB9

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

Shades of Fuchsia #D94AB9

Tints of Fuchsia #D94AB9

Color information

#D94AB9 (or 0xD94AB9) is unknown color: approx Fuchsia. HEX triplet: D9, 4A and B9. RGB value is (217,74,185). Sum of RGB (Red+Green+Blue) = 217+74+185=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94AB9 is #26B546. Grayscale: #818181. Windows color (decimal): -2536775 or 12143321. OLE color: 12143321.

HSL color Cylindrical-coordinate representation of color #D94AB9: hue angle of 313.43º 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 #D94AB9 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB21774185-
CMYK00.660.150.15
HSL313.43º65.3%57.06%-
HSV(B)313.43º65.9%85.1%-
XYZ39.8223.1548.27-
YUV129.41159.38190.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.59%
GREEN value IS 74 (29.30% from 255) = 15.55%
BLUE value IS 185 (72.66% from 255) = 38.87%
R=45.59%
G=15.55%
B=38.87%

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
Decimal2177418500.660.150.15313.4365.357.06
HexD94AB9042FF1394139
Octal3311122710102171747110171
Binary1101100110010101011100101000010111111111001110011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94AB9; }

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

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

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

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

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

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

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

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