#D15ABF

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

Shades of Fuchsia #D15ABF

Tints of Fuchsia #D15ABF

Color information

#D15ABF (or 0xD15ABF) is unknown color: approx Fuchsia. HEX triplet: D1, 5A and BF. RGB value is (209,90,191). Sum of RGB (Red+Green+Blue) = 209+90+191=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ABF is #2EA540. Grayscale: #888888. Windows color (decimal): -3056961 or 12540625. OLE color: 12540625.

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

Color convert

RGB20990191-
CMYK00.570.090.18
HSL309.08º56.4%58.63%-
HSV(B)309.08º56.94%81.96%-
XYZ39.3524.6351.97-
YUV137.1158.42179.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.65%
GREEN value IS 90 (35.55% from 255) = 18.37%
BLUE value IS 191 (75% from 255) = 38.98%
R=42.65%
G=18.37%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099019100.570.090.18309.0856.458.63
HexD15ABF039912135383b
Octal32113227707111224657073
Binary110100011011010101111110111001100110010100110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15ABF; }

 p { color: rgb(209,90,191); }

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

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

 a { background-color: rgb(209,90,191); }

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

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

 span { border-color: rgb(209,90,191); }

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