#d95eb7

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

Shades of Fuchsia #D95EB7

Tints of Fuchsia #D95EB7

Color information

#D95EB7 (or 0xD95EB7) is unknown color: approx Fuchsia. HEX triplet: D9, 5E and B7. RGB value is (217,94,183). Sum of RGB (Red+Green+Blue) = 217+94+183=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EB7 is #26A148. Grayscale: #8C8C8C. Windows color (decimal): -2531657 or 12017369. OLE color: 12017369.

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

Color convert

RGB21794183-
CMYK00.570.160.15
HSL316.59º61.81%60.98%-
HSV(B)316.59º56.68%85.1%-
XYZ41.1726.1847.68-
YUV140.92151.75182.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 94 (37.11% from 255) = 19.03%
BLUE value IS 183 (71.88% from 255) = 37.04%
R=43.93%
G=19.03%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179418300.570.160.15316.5961.8160.98
HexD95EB703910F13d3e3d
Octal33113626707120174757675
Binary110110011011110101101110111001100001111100111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d95eb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d95eb7; }

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

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

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

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

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

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

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

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