#d850ae

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

Shades of Fuchsia #D850AE

Tints of Fuchsia #D850AE

Color information

#D850AE (or 0xD850AE) is unknown color: approx Fuchsia. HEX triplet: D8, 50 and AE. RGB value is (216,80,174). Sum of RGB (Red+Green+Blue) = 216+80+174=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D850AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D850AE is #27AF51. Grayscale: #838383. Windows color (decimal): -2600786 or 11423960. OLE color: 11423960.

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

Color convert

RGB21680174-
CMYK00.630.190.15
HSL318.53º63.55%58.04%-
HSV(B)318.53º62.96%84.71%-
XYZ38.8323.3942.51-
YUV131.38152.06188.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 80 (31.64% from 255) = 17.02%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=45.96%
G=17.02%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168017400.630.190.15318.5363.5558.04
HexD850AE03F13F13f403a
Octal330120256077231747710072
Binary1101100010100001010111001111111001111111001111111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d850ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d850ae; }

 p { color: rgb(216,80,174); }

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

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

 a { background-color: rgb(216,80,174); }

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

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

 span { border-color: rgb(216,80,174); }

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