#DD5DEE

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

Shades of Free Speech Magenta #DD5DEE

Tints of Free Speech Magenta #DD5DEE

Color information

#DD5DEE (or 0xDD5DEE) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5D and EE. RGB value is (221,93,238). Sum of RGB (Red+Green+Blue) = 221+93+238=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5DEE is #22A211. Grayscale: #939393. Windows color (decimal): -2269714 or 15621597. OLE color: 15621597.

HSL color Cylindrical-coordinate representation of color #DD5DEE: hue angle of 292.97º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5DEE is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22193238-
CMYK0.070.6100.07
HSL292.97º81.01%64.9%-
HSV(B)292.97º60.92%93.33%-
XYZ49.1729.3783.97-
YUV147.8178.91180.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 93 (36.72% from 255) = 16.85%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=40.04%
G=16.85%
B=43.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221932380.070.6100.07292.9781.0164.9
HexDD5DEE73D071255141
Octal33513535677507445121101
Binary11011101101110111101110111111101011110010010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DEE; }

 p { color: rgb(221,93,238); }

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

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

 a { background-color: rgb(221,93,238); }

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

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

 span { border-color: rgb(221,93,238); }

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