#D957E1

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

Shades of Free Speech Magenta #D957E1

Tints of Free Speech Magenta #D957E1

Color information

#D957E1 (or 0xD957E1) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 57 and E1. RGB value is (217,87,225). Sum of RGB (Red+Green+Blue) = 217+87+225=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #D957E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957E1 is #26A81E. Grayscale: #8D8D8D. Windows color (decimal): -2533407 or 14768089. OLE color: 14768089.

HSL color Cylindrical-coordinate representation of color #D957E1: hue angle of 296.52º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D957E1 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21787225-
CMYK0.040.6100.12
HSL296.52º69.7%61.18%-
HSV(B)296.52º61.33%88.24%-
XYZ45.612774.04-
YUV141.6175.07181.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 87 (34.38% from 255) = 16.45%
BLUE value IS 225 (88.28% from 255) = 42.53%
R=41.02%
G=16.45%
B=42.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217872250.040.6100.12296.5269.761.18
HexD957E143D0C129463d
Octal33112734147501445110675
Binary11011001101011111100001100111101011001001010011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D957E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D957E1; }

 p { color: rgb(217,87,225); }

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

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

 a { background-color: rgb(217,87,225); }

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

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

 span { border-color: rgb(217,87,225); }

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