#D956B1

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

Shades of Fuchsia #D956B1

Tints of Fuchsia #D956B1

Color information

#D956B1 (or 0xD956B1) is unknown color: approx Fuchsia. HEX triplet: D9, 56 and B1. RGB value is (217,86,177). Sum of RGB (Red+Green+Blue) = 217+86+177=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D956B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D956B1 is #26A94E. Grayscale: #878787. Windows color (decimal): -2533711 or 11622105. OLE color: 11622105.

HSL color Cylindrical-coordinate representation of color #D956B1: hue angle of 318.32º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D956B1 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB21786177-
CMYK00.600.180.15
HSL318.32º63.29%59.41%-
HSV(B)318.32º60.37%85.1%-
XYZ39.8824.5844.24-
YUV135.54151.4186.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.21%
GREEN value IS 86 (33.98% from 255) = 17.92%
BLUE value IS 177 (69.53% from 255) = 36.88%
R=45.21%
G=17.92%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178617700.600.180.15318.3263.2959.41
HexD956B103C12F13e3f3b
Octal33112626107422174767773
Binary110110011010110101100010111100100101111100111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D956B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D956B1; }

 p { color: rgb(217,86,177); }

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

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

 a { background-color: rgb(217,86,177); }

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

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

 span { border-color: rgb(217,86,177); }

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