#D95FBA

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

Shades of Fuchsia #D95FBA

Tints of Fuchsia #D95FBA

Color information

#D95FBA (or 0xD95FBA) is unknown color: approx Fuchsia. HEX triplet: D9, 5F and BA. RGB value is (217,95,186). Sum of RGB (Red+Green+Blue) = 217+95+186=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FBA is #26A045. Grayscale: #8D8D8D. Windows color (decimal): -2531398 or 12214233. OLE color: 12214233.

HSL color Cylindrical-coordinate representation of color #D95FBA: hue angle of 315.25º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D95FBA is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB21795186-
CMYK00.560.140.15
HSL315.25º61.62%61.18%-
HSV(B)315.25º56.22%85.1%-
XYZ41.5726.4849.37-
YUV141.85152.92181.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 95 (37.5% from 255) = 19.08%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=43.57%
G=19.08%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179518600.560.140.15315.2561.6261.18
HexD95FBA038EF13b3e3d
Octal33113727207016174737675
Binary11011001101111110111010011100011101111100111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FBA; }

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

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

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

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

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

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

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

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