#D956BA

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

Shades of Fuchsia #D956BA

Tints of Fuchsia #D956BA

Color information

#D956BA (or 0xD956BA) is unknown color: approx Fuchsia. HEX triplet: D9, 56 and BA. RGB value is (217,86,186). Sum of RGB (Red+Green+Blue) = 217+86+186=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D956BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D956BA is #26A945. Grayscale: #888888. Windows color (decimal): -2533702 or 12211929. OLE color: 12211929.

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

Color convert

RGB21786186-
CMYK00.600.140.15
HSL314.2º63.29%59.41%-
HSV(B)314.2º60.37%85.1%-
XYZ40.8124.9549.12-
YUV136.57155.9185.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 86 (33.98% from 255) = 17.59%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=44.38%
G=17.59%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178618600.600.140.15314.263.2959.41
HexD956BA03CEF13a3f3b
Octal33112627207416174727773
Binary11011001101011010111010011110011101111100111010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D956BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D956BA; }

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

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

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

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

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

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

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

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