#DD57D5

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

Shades of Free Speech Magenta #DD57D5

Tints of Free Speech Magenta #DD57D5

Color information

#DD57D5 (or 0xDD57D5) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 57 and D5. RGB value is (221,87,213). Sum of RGB (Red+Green+Blue) = 221+87+213=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57D5 is #22A82A. Grayscale: #8D8D8D. Windows color (decimal): -2271275 or 13981661. OLE color: 13981661.

HSL color Cylindrical-coordinate representation of color #DD57D5: hue angle of 303.58º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD57D5 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB22187213-
CMYK00.610.040.13
HSL303.58º66.34%60.39%-
HSV(B)303.58º60.63%86.67%-
XYZ45.2426.9965.78-
YUV141.43168.39184.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 87 (34.38% from 255) = 16.70%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=42.42%
G=16.70%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218721300.610.040.13303.5866.3460.39
HexDD57D503D4D130423c
Octal33512732507541546010274
Binary11011101101011111010101011110110011011001100001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD57D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD57D5; }

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

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

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

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

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

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

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

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