#D957E0

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

Shades of Free Speech Magenta #D957E0

Tints of Free Speech Magenta #D957E0

Color information

#D957E0 (or 0xD957E0) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 57 and E0. RGB value is (217,87,224). Sum of RGB (Red+Green+Blue) = 217+87+224=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #D957E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957E0 is #26A81F. Grayscale: #8D8D8D. Windows color (decimal): -2533408 or 14702553. OLE color: 14702553.

HSL color Cylindrical-coordinate representation of color #D957E0: hue angle of 296.93º degrees, saturation: 0.69, 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 #D957E0 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21787224-
CMYK0.030.6100.12
HSL296.93º68.84%60.98%-
HSV(B)296.93º61.16%87.84%-
XYZ45.4826.9573.33-
YUV141.49174.57181.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 87 (34.38% from 255) = 16.48%
BLUE value IS 224 (87.89% from 255) = 42.42%
R=41.10%
G=16.48%
B=42.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217872240.030.6100.12296.9368.8460.98
HexD957E033D0C129453d
Octal33112734037501445110575
Binary1101100110101111110000011111101011001001010011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D957E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D957E0; }

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

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

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

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

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

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

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

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