#D95BBA

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

Shades of Fuchsia #D95BBA

Tints of Fuchsia #D95BBA

Color information

#D95BBA (or 0xD95BBA) is unknown color: approx Fuchsia. HEX triplet: D9, 5B and BA. RGB value is (217,91,186). Sum of RGB (Red+Green+Blue) = 217+91+186=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D95BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95BBA is #26A445. Grayscale: #8B8B8B. Windows color (decimal): -2532422 or 12213209. OLE color: 12213209.

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

Color convert

RGB21791186-
CMYK00.580.140.15
HSL314.76º62.38%60.39%-
HSV(B)314.76º58.06%85.1%-
XYZ41.2225.7849.26-
YUV139.5154.24183.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 91 (35.94% from 255) = 18.42%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=43.93%
G=18.42%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179118600.580.140.15314.7662.3860.39
HexD95BBA03AEF13b3e3c
Octal33113327207216174737674
Binary11011001101101110111010011101011101111100111011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95BBA; }

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

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

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

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

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

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

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

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