#d15ebd

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

Shades of Fuchsia #D15EBD

Tints of Fuchsia #D15EBD

Color information

#D15EBD (or 0xD15EBD) is unknown color: approx Fuchsia. HEX triplet: D1, 5E and BD. RGB value is (209,94,189). Sum of RGB (Red+Green+Blue) = 209+94+189=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D15EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15EBD is #2EA142. Grayscale: #8A8A8A. Windows color (decimal): -3055939 or 12410577. OLE color: 12410577.

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

Color convert

RGB20994189-
CMYK00.550.100.18
HSL310.43º55.56%59.41%-
HSV(B)310.43º55.02%81.96%-
XYZ39.4825.2350.93-
YUV139.22156.1177.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 94 (37.11% from 255) = 19.11%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=42.48%
G=19.11%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099418900.550.100.18310.4355.5659.41
HexD15EBD037A12136383b
Octal32113627506712224667073
Binary110100011011110101111010110111101010010100110110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d15ebd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d15ebd; }

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

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

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

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

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

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

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

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