#D158AC

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

Shades of Fuchsia #D158AC

Tints of Fuchsia #D158AC

Color information

#D158AC (or 0xD158AC) is unknown color: approx Fuchsia. HEX triplet: D1, 58 and AC. RGB value is (209,88,172). Sum of RGB (Red+Green+Blue) = 209+88+172=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D158AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D158AC is #2EA753. Grayscale: #858585. Windows color (decimal): -3057492 or 11294929. OLE color: 11294929.

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

Color convert

RGB20988172-
CMYK00.580.180.18
HSL318.35º56.81%58.24%-
HSV(B)318.35º57.89%81.96%-
XYZ37.2323.5141.61-
YUV133.76149.59181.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=44.56%
G=18.76%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098817200.580.180.18318.3556.8158.24
HexD158AC03A121213e393a
Octal32113025407222224767172
Binary1101000110110001010110001110101001010010100111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D158AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D158AC; }

 p { color: rgb(209,88,172); }

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

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

 a { background-color: rgb(209,88,172); }

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

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

 span { border-color: rgb(209,88,172); }

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