#D15FB3

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

Shades of Fuchsia #D15FB3

Tints of Fuchsia #D15FB3

Color information

#D15FB3 (or 0xD15FB3) is unknown color: approx Fuchsia. HEX triplet: D1, 5F and B3. RGB value is (209,95,179). Sum of RGB (Red+Green+Blue) = 209+95+179=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FB3 is #2EA04C. Grayscale: #8A8A8A. Windows color (decimal): -3055693 or 11755473. OLE color: 11755473.

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

Color convert

RGB20995179-
CMYK00.550.140.18
HSL315.79º55.34%59.61%-
HSV(B)315.79º54.55%81.96%-
XYZ38.5224.9945.44-
YUV138.66150.77178.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 95 (37.5% from 255) = 19.67%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=43.27%
G=19.67%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099517900.550.140.18315.7955.3459.61
HexD15FB3037E1213c373c
Octal32113726306716224746774
Binary110100011011111101100110110111111010010100111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15FB3; }

 p { color: rgb(209,95,179); }

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

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

 a { background-color: rgb(209,95,179); }

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

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

 span { border-color: rgb(209,95,179); }

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