#DD49C5

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

Shades of Free Speech Magenta #DD49C5

Tints of Free Speech Magenta #DD49C5

Color information

#DD49C5 (or 0xDD49C5) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 49 and C5. RGB value is (221,73,197). Sum of RGB (Red+Green+Blue) = 221+73+197=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49C5 is #22B63A. Grayscale: #838383. Windows color (decimal): -2274875 or 12929501. OLE color: 12929501.

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

Color convert

RGB22173197-
CMYK00.670.110.13
HSL309.73º68.52%57.65%-
HSV(B)309.73º66.97%86.67%-
XYZ42.2824.1755.26-
YUV131.39165.03191.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 73 (28.91% from 255) = 14.87%
BLUE value IS 197 (77.34% from 255) = 40.12%
R=45.01%
G=14.87%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217319700.670.110.13309.7368.5257.65
HexDD49C5043BD136453a
Octal3351113050103131546610572
Binary1101110110010011100010101000011101111011001101101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD49C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD49C5; }

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

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

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

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

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

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

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

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