#D955AE

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

Shades of Fuchsia #D955AE

Tints of Fuchsia #D955AE

Color information

#D955AE (or 0xD955AE) is unknown color: approx Fuchsia. HEX triplet: D9, 55 and AE. RGB value is (217,85,174). Sum of RGB (Red+Green+Blue) = 217+85+174=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D955AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955AE is #26AA51. Grayscale: #868686. Windows color (decimal): -2533970 or 11425241. OLE color: 11425241.

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

Color convert

RGB21785174-
CMYK00.610.200.15
HSL319.55º63.46%59.22%-
HSV(B)319.55º60.83%85.1%-
XYZ39.524.342.65-
YUV134.61150.23186.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.59%
GREEN value IS 85 (33.59% from 255) = 17.86%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=45.59%
G=17.86%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178517400.610.200.15319.5563.4659.22
HexD955AE03D14F1403f3b
Octal33112525607524175007773
Binary110110011010101101011100111101101001111101000000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D955AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D955AE; }

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

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

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

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

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

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

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

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