#D15FBA

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

Shades of Fuchsia #D15FBA

Tints of Fuchsia #D15FBA

Color information

#D15FBA (or 0xD15FBA) is unknown color: approx Fuchsia. HEX triplet: D1, 5F and BA. RGB value is (209,95,186). Sum of RGB (Red+Green+Blue) = 209+95+186=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FBA is #2EA045. Grayscale: #8B8B8B. Windows color (decimal): -3055686 or 12214225. OLE color: 12214225.

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

Color convert

RGB20995186-
CMYK00.550.110.18
HSL312.11º55.34%59.61%-
HSV(B)312.11º54.55%81.96%-
XYZ39.2525.2849.27-
YUV139.46154.27177.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.65%
GREEN value IS 95 (37.5% from 255) = 19.39%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=42.65%
G=19.39%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099518600.550.110.18312.1155.3459.61
HexD15FBA037B12138373c
Octal32113727206713224706774
Binary110100011011111101110100110111101110010100111000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15FBA; }

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

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

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

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

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

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

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

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