#D95FB7

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

Shades of Fuchsia #D95FB7

Tints of Fuchsia #D95FB7

Color information

#D95FB7 (or 0xD95FB7) is unknown color: approx Fuchsia. HEX triplet: D9, 5F and B7. RGB value is (217,95,183). Sum of RGB (Red+Green+Blue) = 217+95+183=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FB7 is #26A048. Grayscale: #8D8D8D. Windows color (decimal): -2531401 or 12017625. OLE color: 12017625.

HSL color Cylindrical-coordinate representation of color #D95FB7: hue angle of 316.72º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D95FB7 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB21795183-
CMYK00.560.160.15
HSL316.72º61.62%61.18%-
HSV(B)316.72º56.22%85.1%-
XYZ41.2526.3647.71-
YUV141.51151.42181.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 95 (37.5% from 255) = 19.19%
BLUE value IS 183 (71.88% from 255) = 36.97%
R=43.84%
G=19.19%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179518300.560.160.15316.7261.6261.18
HexD95FB703810F13d3e3d
Octal33113726707020174757675
Binary110110011011111101101110111000100001111100111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FB7; }

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

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

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

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

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

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

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

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