#D15EB2

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

Shades of Fuchsia #D15EB2

Tints of Fuchsia #D15EB2

Color information

#D15EB2 (or 0xD15EB2) is unknown color: approx Fuchsia. HEX triplet: D1, 5E and B2. RGB value is (209,94,178). Sum of RGB (Red+Green+Blue) = 209+94+178=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D15EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15EB2 is #2EA14D. Grayscale: #898989. Windows color (decimal): -3055950 or 11689681. OLE color: 11689681.

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

Color convert

RGB20994178-
CMYK00.550.150.18
HSL316.17º55.56%59.41%-
HSV(B)316.17º55.02%81.96%-
XYZ38.3324.7844.88-
YUV137.96150.6178.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 94 (37.11% from 255) = 19.54%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=43.45%
G=19.54%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099417800.550.150.18316.1755.5659.41
HexD15EB2037F1213c383b
Octal32113626206717224747073
Binary110100011011110101100100110111111110010100111100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15EB2; }

 p { color: rgb(209,94,178); }

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

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

 a { background-color: rgb(209,94,178); }

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

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

 span { border-color: rgb(209,94,178); }

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