#DD57B9

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

Shades of Free Speech Magenta #DD57B9

Tints of Free Speech Magenta #DD57B9

Color information

#DD57B9 (or 0xDD57B9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 57 and B9. RGB value is (221,87,185). Sum of RGB (Red+Green+Blue) = 221+87+185=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57B9 is #22A846. Grayscale: #898989. Windows color (decimal): -2271303 or 12146653. OLE color: 12146653.

HSL color Cylindrical-coordinate representation of color #DD57B9: hue angle of 316.12º 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 #DD57B9 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB22187185-
CMYK00.610.160.13
HSL316.12º66.34%60.39%-
HSV(B)316.12º60.63%86.67%-
XYZ41.9825.6948.65-
YUV138.24154.39187.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 87 (34.38% from 255) = 17.65%
BLUE value IS 185 (72.66% from 255) = 37.53%
R=44.83%
G=17.65%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218718500.610.160.13316.1266.3460.39
HexDD57B903D10D13c423c
Octal335127271075201547410274
Binary1101110110101111011100101111011000011011001111001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD57B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD57B9; }

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

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

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

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

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

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

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

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