#D158C5

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

Shades of Fuchsia #D158C5

Tints of Fuchsia #D158C5

Color information

#D158C5 (or 0xD158C5) is unknown color: approx Fuchsia. HEX triplet: D1, 58 and C5. RGB value is (209,88,197). Sum of RGB (Red+Green+Blue) = 209+88+197=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D158C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158C5 is #2EA73A. Grayscale: #888888. Windows color (decimal): -3057467 or 12933329. OLE color: 12933329.

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

Color convert

RGB20988197-
CMYK00.580.060.18
HSL305.95º56.81%58.24%-
HSV(B)305.95º57.89%81.96%-
XYZ39.8624.5755.46-
YUV136.6162.09179.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.31%
GREEN value IS 88 (34.77% from 255) = 17.81%
BLUE value IS 197 (77.34% from 255) = 39.88%
R=42.31%
G=17.81%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098819700.580.060.18305.9556.8158.24
HexD158C503A612132393a
Octal3211303050726224627172
Binary11010001101100011000101011101011010010100110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D158C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D158C5; }

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

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

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

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

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

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

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

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