#DD61E9

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

Shades of Free Speech Magenta #DD61E9

Tints of Free Speech Magenta #DD61E9

Color information

#DD61E9 (or 0xDD61E9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 61 and E9. RGB value is (221,97,233). Sum of RGB (Red+Green+Blue) = 221+97+233=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD61E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61E9 is #229E16. Grayscale: #959595. Windows color (decimal): -2268695 or 15294941. OLE color: 15294941.

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

Color convert

RGB22197233-
CMYK0.050.5800.09
HSL294.71º75.56%64.71%-
HSV(B)294.71º58.37%91.37%-
XYZ48.829.880.27-
YUV149.58175.08178.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 97 (38.28% from 255) = 17.60%
BLUE value IS 233 (91.41% from 255) = 42.29%
R=40.11%
G=17.60%
B=42.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221972330.050.5800.09294.7175.5664.71
HexDD61E953A091274c41
Octal335141351572011447114101
Binary110111011100001111010011011110100100110010011110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61E9; }

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

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

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

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

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

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

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

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