#D951AE

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

Shades of Fuchsia #D951AE

Tints of Fuchsia #D951AE

Color information

#D951AE (or 0xD951AE) is unknown color: approx Fuchsia. HEX triplet: D9, 51 and AE. RGB value is (217,81,174). Sum of RGB (Red+Green+Blue) = 217+81+174=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D951AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D951AE is #26AE51. Grayscale: #848484. Windows color (decimal): -2534994 or 11424217. OLE color: 11424217.

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

Color convert

RGB21781174-
CMYK00.630.200.15
HSL318.97º64.15%58.43%-
HSV(B)318.97º62.67%85.1%-
XYZ39.223.6942.55-
YUV132.27151.56188.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 81 (32.03% from 255) = 17.16%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=45.97%
G=17.16%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178117400.630.200.15318.9764.1558.43
HexD951AE03F14F13f403a
Octal331121256077241747710072
Binary1101100110100011010111001111111010011111001111111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D951AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D951AE; }

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

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

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

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

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

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

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

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