#D95DBA

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

Shades of Fuchsia #D95DBA

Tints of Fuchsia #D95DBA

Color information

#D95DBA (or 0xD95DBA) is unknown color: approx Fuchsia. HEX triplet: D9, 5D and BA. RGB value is (217,93,186). Sum of RGB (Red+Green+Blue) = 217+93+186=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DBA is #26A245. Grayscale: #8C8C8C. Windows color (decimal): -2531910 or 12213721. OLE color: 12213721.

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

Color convert

RGB21793186-
CMYK00.570.140.15
HSL315º62%60.78%-
HSV(B)315º57.14%85.1%-
XYZ41.3926.1349.32-
YUV140.68153.58182.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 93 (36.72% from 255) = 18.75%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=43.75%
G=18.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179318600.570.140.153156260.78
HexD95DBA039EF13b3e3d
Octal33113527207116174737675
Binary11011001101110110111010011100111101111100111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DBA; }

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

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

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

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

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

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

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

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