#D757E7

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

Shades of Free Speech Magenta #D757E7

Tints of Free Speech Magenta #D757E7

Color information

#D757E7 (or 0xD757E7) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 57 and E7. RGB value is (215,87,231). Sum of RGB (Red+Green+Blue) = 215+87+231=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #D757E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D757E7 is #28A818. Grayscale: #8D8D8D. Windows color (decimal): -2664473 or 15161303. OLE color: 15161303.

HSL color Cylindrical-coordinate representation of color #D757E7: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D757E7 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21587231-
CMYK0.070.6200.09
HSL293.33º75%62.35%-
HSV(B)293.33º62.34%90.59%-
XYZ45.8627.0378.4-
YUV141.69178.41180.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 87 (34.38% from 255) = 16.32%
BLUE value IS 231 (90.62% from 255) = 43.34%
R=40.34%
G=16.32%
B=43.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal215872310.070.6200.09293.337562.35
HexD757E773E091254b3e
Octal32712734777601144511376
Binary11010111101011111100111111111110010011001001011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D757E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D757E7; }

 p { color: rgb(215,87,231); }

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

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

 a { background-color: rgb(215,87,231); }

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

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

 span { border-color: rgb(215,87,231); }

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