#D256B2

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

Shades of Fuchsia #D256B2

Tints of Fuchsia #D256B2

Color information

#D256B2 (or 0xD256B2) is unknown color: approx Fuchsia. HEX triplet: D2, 56 and B2. RGB value is (210,86,178). Sum of RGB (Red+Green+Blue) = 210+86+178=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D256B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256B2 is #2DA94D. Grayscale: #858585. Windows color (decimal): -2992462 or 11687634. OLE color: 11687634.

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

Color convert

RGB21086178-
CMYK00.590.150.18
HSL315.48º57.94%58.04%-
HSV(B)315.48º59.05%82.35%-
XYZ37.9423.5744.67-
YUV133.56153.08182.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 86 (33.98% from 255) = 18.14%
BLUE value IS 178 (69.92% from 255) = 37.55%
R=44.30%
G=18.14%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108617800.590.150.18315.4857.9458.04
HexD256B203BF1213b3a3a
Octal32212626207317224737272
Binary110100101010110101100100111011111110010100111011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D256B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D256B2; }

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

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

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

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

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

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

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

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