#D955C3

Color #D955C3 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D955C3

Tints of Free Speech Magenta #D955C3

Color information

#D955C3 (or 0xD955C3) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 55 and C3. RGB value is (217,85,195). Sum of RGB (Red+Green+Blue) = 217+85+195=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D955C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955C3 is #26AA3C. Grayscale: #888888. Windows color (decimal): -2533949 or 12801497. OLE color: 12801497.

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

Color convert

RGB21785195-
CMYK00.610.100.15
HSL310º63.46%59.22%-
HSV(B)310º60.83%85.1%-
XYZ41.7125.1954.29-
YUV137.01160.73185.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 85 (33.59% from 255) = 17.10%
BLUE value IS 195 (76.56% from 255) = 39.24%
R=43.66%
G=17.10%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178519500.610.100.1531063.4659.22
HexD955C303DAF1363f3b
Octal33112530307512174667773
Binary11011001101010111000011011110110101111100110110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D955C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D955C3; }

 p { color: rgb(217,85,195); }

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

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

 a { background-color: rgb(217,85,195); }

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

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

 span { border-color: rgb(217,85,195); }

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