#D95DB9

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

Shades of Fuchsia #D95DB9

Tints of Fuchsia #D95DB9

Color information

#D95DB9 (or 0xD95DB9) is unknown color: approx Fuchsia. HEX triplet: D9, 5D and B9. RGB value is (217,93,185). Sum of RGB (Red+Green+Blue) = 217+93+185=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DB9 is #26A246. Grayscale: #8C8C8C. Windows color (decimal): -2531911 or 12148185. OLE color: 12148185.

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

Color convert

RGB21793185-
CMYK00.570.150.15
HSL315.48º62%60.78%-
HSV(B)315.48º57.14%85.1%-
XYZ41.2926.0848.76-
YUV140.56153.08182.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 185 (72.66% from 255) = 37.37%
R=43.84%
G=18.79%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179318500.570.150.15315.486260.78
HexD95DB9039FF13b3e3d
Octal33113527107117174737675
Binary11011001101110110111001011100111111111100111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DB9; }

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

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

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

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

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

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

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

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