#D750AE

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

Shades of Fuchsia #D750AE

Tints of Fuchsia #D750AE

Color information

#D750AE (or 0xD750AE) is unknown color: approx Fuchsia. HEX triplet: D7, 50 and AE. RGB value is (215,80,174). Sum of RGB (Red+Green+Blue) = 215+80+174=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D750AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750AE is #28AF51. Grayscale: #828282. Windows color (decimal): -2666322 or 11423959. OLE color: 11423959.

HSL color Cylindrical-coordinate representation of color #D750AE: hue angle of 318.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D750AE is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21580174-
CMYK00.630.190.16
HSL318.22º62.79%57.84%-
HSV(B)318.22º62.79%84.31%-
XYZ38.5323.2442.5-
YUV131.08152.23187.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.84%
GREEN value IS 80 (31.64% from 255) = 17.06%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=45.84%
G=17.06%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158017400.630.190.16318.2262.7957.84
HexD750AE03F131013e3f3a
Octal32712025607723204767772
Binary1101011110100001010111001111111001110000100111110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D750AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D750AE; }

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

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

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

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

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

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

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

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