#DD3EE6

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

Shades of Free Speech Magenta #DD3EE6

Tints of Free Speech Magenta #DD3EE6

Color information

#DD3EE6 (or 0xDD3EE6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 3E and E6. RGB value is (221,62,230). Sum of RGB (Red+Green+Blue) = 221+62+230=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 62 (24.61% from 255 or 12.09% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD3EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD3EE6 is #22C119. Grayscale: #808080. Windows color (decimal): -2277658 or 15089373. OLE color: 15089373.

HSL color Cylindrical-coordinate representation of color #DD3EE6: hue angle of 296.79º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3EE6 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22162230-
CMYK0.040.7300.10
HSL296.79º77.06%57.25%-
HSV(B)296.79º73.04%90.2%-
XYZ45.8224.5377.18-
YUV128.69185.18193.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 62 (24.61% from 255) = 12.09%
BLUE value IS 230 (90.23% from 255) = 44.83%
R=43.08%
G=12.09%
B=44.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal221622300.040.7300.10296.7977.0657.25
HexDD3EE64490A1294d39
Octal33576346411101245111571
Binary11011101111110111001101001001001010101001010011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3EE6; }

 p { color: rgb(221,62,230); }

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

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

 a { background-color: rgb(221,62,230); }

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

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

 span { border-color: rgb(221,62,230); }

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