#D95FB9

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

Shades of Fuchsia #D95FB9

Tints of Fuchsia #D95FB9

Color information

#D95FB9 (or 0xD95FB9) is unknown color: approx Fuchsia. HEX triplet: D9, 5F and B9. RGB value is (217,95,185). Sum of RGB (Red+Green+Blue) = 217+95+185=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FB9 is #26A046. Grayscale: #8D8D8D. Windows color (decimal): -2531399 or 12148697. OLE color: 12148697.

HSL color Cylindrical-coordinate representation of color #D95FB9: hue angle of 315.74º 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 #D95FB9 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB21795185-
CMYK00.560.150.15
HSL315.74º61.62%61.18%-
HSV(B)315.74º56.22%85.1%-
XYZ41.4626.4448.82-
YUV141.74152.42181.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 95 (37.5% from 255) = 19.11%
BLUE value IS 185 (72.66% from 255) = 37.22%
R=43.66%
G=19.11%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179518500.560.150.15315.7461.6261.18
HexD95FB9038FF13c3e3d
Octal33113727107017174747675
Binary11011001101111110111001011100011111111100111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FB9; }

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

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

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

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

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

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

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

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