#DD49EB

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

Shades of Free Speech Magenta #DD49EB

Tints of Free Speech Magenta #DD49EB

Color information

#DD49EB (or 0xDD49EB) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 49 and EB. RGB value is (221,73,235). Sum of RGB (Red+Green+Blue) = 221+73+235=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD49EB is #22B614. Grayscale: #878787. Windows color (decimal): -2274837 or 15419869. OLE color: 15419869.

HSL color Cylindrical-coordinate representation of color #DD49EB: hue angle of 294.81º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD49EB is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22173235-
CMYK0.060.6900.08
HSL294.81º80.2%60.39%-
HSV(B)294.81º68.94%92.16%-
XYZ47.226.1481.15-
YUV135.72184.03188.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 73 (28.91% from 255) = 13.80%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=41.78%
G=13.80%
B=44.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal221732350.060.6900.08294.8180.260.39
HexDD49EB64508127503c
Octal335111353610501044712074
Binary110111011001001111010111101000101010001001001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD49EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD49EB; }

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

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

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

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

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

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

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

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