#DD57E7

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

Shades of Free Speech Magenta #DD57E7

Tints of Free Speech Magenta #DD57E7

Color information

#DD57E7 (or 0xDD57E7) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 57 and E7. RGB value is (221,87,231). Sum of RGB (Red+Green+Blue) = 221+87+231=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 87 (34.38% from 255 or 16.14% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD57E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD57E7 is #22A818. Grayscale: #8F8F8F. Windows color (decimal): -2271257 or 15161309. OLE color: 15161309.

HSL color Cylindrical-coordinate representation of color #DD57E7: hue angle of 295.83º 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 #DD57E7 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22187231-
CMYK0.040.6200.09
HSL295.83º75%62.35%-
HSV(B)295.83º62.34%90.59%-
XYZ47.6527.9678.49-
YUV143.48177.39183.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 87 (34.38% from 255) = 16.14%
BLUE value IS 231 (90.62% from 255) = 42.86%
R=41.00%
G=16.14%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221872310.040.6200.09295.837562.35
HexDD57E743E091284b3e
Octal33512734747601145011376
Binary11011101101011111100111100111110010011001010001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD57E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD57E7; }

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

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

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

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

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

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

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

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