#DD5ED3

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

Shades of Free Speech Magenta #DD5ED3

Tints of Free Speech Magenta #DD5ED3

Color information

#DD5ED3 (or 0xDD5ED3) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5E and D3. RGB value is (221,94,211). Sum of RGB (Red+Green+Blue) = 221+94+211=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ED3 is #22A12C. Grayscale: #909090. Windows color (decimal): -2269485 or 13852381. OLE color: 13852381.

HSL color Cylindrical-coordinate representation of color #DD5ED3: hue angle of 304.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5ED3 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB22194211-
CMYK00.570.050.13
HSL304.72º65.13%61.76%-
HSV(B)304.72º57.47%86.67%-
XYZ45.5828.0864.65-
YUV145.31165.08181.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 94 (37.11% from 255) = 17.87%
BLUE value IS 211 (82.81% from 255) = 40.11%
R=42.02%
G=17.87%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219421100.570.050.13304.7265.1361.76
HexDD5ED30395D131413e
Octal33513632307151546110176
Binary11011101101111011010011011100110111011001100011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5ED3; }

 p { color: rgb(221,94,211); }

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

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

 a { background-color: rgb(221,94,211); }

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

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

 span { border-color: rgb(221,94,211); }

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