#DD54D8

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

Shades of Free Speech Magenta #DD54D8

Tints of Free Speech Magenta #DD54D8

Color information

#DD54D8 (or 0xDD54D8) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 54 and D8. RGB value is (221,84,216). Sum of RGB (Red+Green+Blue) = 221+84+216=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54D8 is #22AB27. Grayscale: #8B8B8B. Windows color (decimal): -2272040 or 14177501. OLE color: 14177501.

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

Color convert

RGB22184216-
CMYK00.620.020.13
HSL302.19º66.83%59.8%-
HSV(B)302.19º61.99%86.67%-
XYZ45.3826.6767.72-
YUV140.01170.89185.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 84 (33.20% from 255) = 16.12%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=42.42%
G=16.12%
B=41.46%

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
Decimal2218421600.620.020.13302.1966.8359.8
HexDD54D803E2D12e433c
Octal33512433007621545610374
Binary1101110110101001101100001111101011011001011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD54D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD54D8; }

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

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

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

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

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

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

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

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