#D95FB8

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

Shades of Fuchsia #D95FB8

Tints of Fuchsia #D95FB8

Color information

#D95FB8 (or 0xD95FB8) is unknown color: approx Fuchsia. HEX triplet: D9, 5F and B8. RGB value is (217,95,184). Sum of RGB (Red+Green+Blue) = 217+95+184=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FB8 is #26A047. Grayscale: #8D8D8D. Windows color (decimal): -2531400 or 12083161. OLE color: 12083161.

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

Color convert

RGB21795184-
CMYK00.560.150.15
HSL316.23º61.62%61.18%-
HSV(B)316.23º56.22%85.1%-
XYZ41.3626.448.26-
YUV141.62151.92181.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 95 (37.5% from 255) = 19.15%
BLUE value IS 184 (72.27% from 255) = 37.10%
R=43.75%
G=19.15%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179518400.560.150.15316.2361.6261.18
HexD95FB8038FF13c3e3d
Octal33113727007017174747675
Binary11011001101111110111000011100011111111100111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FB8; }

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

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

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

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

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

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

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

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