#D95DB4

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

Shades of Fuchsia #D95DB4

Tints of Fuchsia #D95DB4

Color information

#D95DB4 (or 0xD95DB4) is unknown color: approx Fuchsia. HEX triplet: D9, 5D and B4. RGB value is (217,93,180). Sum of RGB (Red+Green+Blue) = 217+93+180=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DB4 is #26A24B. Grayscale: #8B8B8B. Windows color (decimal): -2531916 or 11820505. OLE color: 11820505.

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

Color convert

RGB21793180-
CMYK00.570.170.15
HSL317.9º62%60.78%-
HSV(B)317.9º57.14%85.1%-
XYZ40.7725.8846.03-
YUV139.99150.58182.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 93 (36.72% from 255) = 18.98%
BLUE value IS 180 (70.70% from 255) = 36.73%
R=44.29%
G=18.98%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179318000.570.170.15317.96260.78
HexD95DB403911F13e3e3d
Octal33113526407121174767675
Binary110110011011101101101000111001100011111100111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DB4; }

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

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

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

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

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

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

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

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