#D95EB8

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

Shades of Fuchsia #D95EB8

Tints of Fuchsia #D95EB8

Color information

#D95EB8 (or 0xD95EB8) is unknown color: approx Fuchsia. HEX triplet: D9, 5E and B8. RGB value is (217,94,184). Sum of RGB (Red+Green+Blue) = 217+94+184=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EB8 is #26A147. Grayscale: #8C8C8C. Windows color (decimal): -2531656 or 12082905. OLE color: 12082905.

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

Color convert

RGB21794184-
CMYK00.570.150.15
HSL316.1º61.81%60.98%-
HSV(B)316.1º56.68%85.1%-
XYZ41.2726.2248.23-
YUV141.04152.25182.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 94 (37.11% from 255) = 18.99%
BLUE value IS 184 (72.27% from 255) = 37.17%
R=43.84%
G=18.99%
B=37.17%

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
Decimal2179418400.570.150.15316.161.8160.98
HexD95EB8039FF13c3e3d
Octal33113627007117174747675
Binary11011001101111010111000011100111111111100111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95EB8; }

 p { color: rgb(217,94,184); }

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

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

 a { background-color: rgb(217,94,184); }

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

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

 span { border-color: rgb(217,94,184); }

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