#DD49D0

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

Shades of Free Speech Magenta #DD49D0

Tints of Free Speech Magenta #DD49D0

Color information

#DD49D0 (or 0xDD49D0) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 49 and D0. RGB value is (221,73,208). Sum of RGB (Red+Green+Blue) = 221+73+208=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49D0 is #22B62F. Grayscale: #848484. Windows color (decimal): -2274864 or 13650397. OLE color: 13650397.

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

Color convert

RGB22173208-
CMYK00.670.060.13
HSL305.27º68.52%57.65%-
HSV(B)305.27º66.97%86.67%-
XYZ43.5924.6962.14-
YUV132.64170.53191.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 73 (28.91% from 255) = 14.54%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=44.02%
G=14.54%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217320800.670.060.13305.2768.5257.65
HexDD49D00436D131453a
Octal335111320010361546110572
Binary110111011001001110100000100001111011011001100011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD49D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD49D0; }

 p { color: rgb(221,73,208); }

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

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

 a { background-color: rgb(221,73,208); }

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

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

 span { border-color: rgb(221,73,208); }

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