#D95BB9

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

Shades of Fuchsia #D95BB9

Tints of Fuchsia #D95BB9

Color information

#D95BB9 (or 0xD95BB9) is unknown color: approx Fuchsia. HEX triplet: D9, 5B and B9. RGB value is (217,91,185). Sum of RGB (Red+Green+Blue) = 217+91+185=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D95BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95BB9 is #26A446. Grayscale: #8B8B8B. Windows color (decimal): -2532423 or 12147673. OLE color: 12147673.

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

Color convert

RGB21791185-
CMYK00.580.150.15
HSL315.24º62.38%60.39%-
HSV(B)315.24º58.06%85.1%-
XYZ41.1125.7448.7-
YUV139.39153.74183.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 91 (35.94% from 255) = 18.46%
BLUE value IS 185 (72.66% from 255) = 37.53%
R=44.02%
G=18.46%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179118500.580.150.15315.2462.3860.39
HexD95BB903AFF13b3e3c
Octal33113327107217174737674
Binary11011001101101110111001011101011111111100111011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95BB9; }

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

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

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

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

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

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

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

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