#D757E3

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

Shades of Free Speech Magenta #D757E3

Tints of Free Speech Magenta #D757E3

Color information

#D757E3 (or 0xD757E3) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 57 and E3. RGB value is (215,87,227). Sum of RGB (Red+Green+Blue) = 215+87+227=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #D757E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D757E3 is #28A81C. Grayscale: #8C8C8C. Windows color (decimal): -2664477 or 14899159. OLE color: 14899159.

HSL color Cylindrical-coordinate representation of color #D757E3: hue angle of 294.86º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D757E3 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21587227-
CMYK0.050.6200.11
HSL294.86º71.43%61.57%-
HSV(B)294.86º61.67%89.02%-
XYZ45.326.8175.46-
YUV141.23176.41180.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 87 (34.38% from 255) = 16.45%
BLUE value IS 227 (89.06% from 255) = 42.91%
R=40.64%
G=16.45%
B=42.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal215872270.050.6200.11294.8671.4361.57
HexD757E353E0B127473e
Octal32712734357601344710776
Binary11010111101011111100011101111110010111001001111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D757E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D757E3; }

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

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

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

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

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

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

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

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