#DD50E9

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

Shades of Free Speech Magenta #DD50E9

Tints of Free Speech Magenta #DD50E9

Color information

#DD50E9 (or 0xDD50E9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 50 and E9. RGB value is (221,80,233). Sum of RGB (Red+Green+Blue) = 221+80+233=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD50E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50E9 is #22AF16. Grayscale: #8B8B8B. Windows color (decimal): -2273047 or 15290589. OLE color: 15290589.

HSL color Cylindrical-coordinate representation of color #DD50E9: hue angle of 295.29º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD50E9 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22180233-
CMYK0.050.6600.09
HSL295.29º77.66%61.37%-
HSV(B)295.29º65.67%91.37%-
XYZ47.426.9979.8-
YUV139.6180.71186.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 80 (31.64% from 255) = 14.98%
BLUE value IS 233 (91.41% from 255) = 43.63%
R=41.39%
G=14.98%
B=43.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221802330.050.6600.09295.2977.6661.37
HexDD50E9542091274e3d
Octal335120351510201144711675
Binary110111011010000111010011011000010010011001001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD50E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD50E9; }

 p { color: rgb(221,80,233); }

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

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

 a { background-color: rgb(221,80,233); }

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

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

 span { border-color: rgb(221,80,233); }

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