#D256AE

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

Shades of Fuchsia #D256AE

Tints of Fuchsia #D256AE

Color information

#D256AE (or 0xD256AE) is unknown color: approx Fuchsia. HEX triplet: D2, 56 and AE. RGB value is (210,86,174). Sum of RGB (Red+Green+Blue) = 210+86+174=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D256AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256AE is #2DA951. Grayscale: #848484. Windows color (decimal): -2992466 or 11425490. OLE color: 11425490.

HSL color Cylindrical-coordinate representation of color #D256AE: hue angle of 317.42º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D256AE is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB21086174-
CMYK00.590.170.18
HSL317.42º57.94%58.04%-
HSV(B)317.42º59.05%82.35%-
XYZ37.5523.4142.58-
YUV133.11151.08182.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=44.68%
G=18.30%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108617400.590.170.18317.4257.9458.04
HexD256AE03B111213d3a3a
Octal32212625607321224757272
Binary1101001010101101010111001110111000110010100111101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D256AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D256AE; }

 p { color: rgb(210,86,174); }

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

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

 a { background-color: rgb(210,86,174); }

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

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

 span { border-color: rgb(210,86,174); }

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