#D15EBB

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

Shades of Fuchsia #D15EBB

Tints of Fuchsia #D15EBB

Color information

#D15EBB (or 0xD15EBB) is unknown color: approx Fuchsia. HEX triplet: D1, 5E and BB. RGB value is (209,94,187). Sum of RGB (Red+Green+Blue) = 209+94+187=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D15EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15EBB is #2EA144. Grayscale: #8A8A8A. Windows color (decimal): -3055941 or 12279505. OLE color: 12279505.

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

Color convert

RGB20994187-
CMYK00.550.110.18
HSL311.48º55.56%59.41%-
HSV(B)311.48º55.02%81.96%-
XYZ39.2725.1549.8-
YUV138.99155.1177.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.65%
GREEN value IS 94 (37.11% from 255) = 19.18%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=42.65%
G=19.18%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099418700.550.110.18311.4855.5659.41
HexD15EBB037B12137383b
Octal32113627306713224677073
Binary110100011011110101110110110111101110010100110111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15EBB; }

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

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

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

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

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

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

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

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