#DD54D9

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

Shades of Free Speech Magenta #DD54D9

Tints of Free Speech Magenta #DD54D9

Color information

#DD54D9 (or 0xDD54D9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 54 and D9. RGB value is (221,84,217). Sum of RGB (Red+Green+Blue) = 221+84+217=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54D9 is #22AB26. Grayscale: #8B8B8B. Windows color (decimal): -2272039 or 14243037. OLE color: 14243037.

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

Color convert

RGB22184217-
CMYK00.620.020.13
HSL301.75º66.83%59.8%-
HSV(B)301.75º61.99%86.67%-
XYZ45.5126.7268.4-
YUV140.12171.39185.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 84 (33.20% from 255) = 16.09%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=42.34%
G=16.09%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218421700.620.020.13301.7566.8359.8
HexDD54D903E2D12e433c
Octal33512433107621545610374
Binary1101110110101001101100101111101011011001011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD54D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD54D9; }

 p { color: rgb(221,84,217); }

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

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

 a { background-color: rgb(221,84,217); }

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

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

 span { border-color: rgb(221,84,217); }

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