#DD61EA

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

Shades of Free Speech Magenta #DD61EA

Tints of Free Speech Magenta #DD61EA

Color information

#DD61EA (or 0xDD61EA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 61 and EA. RGB value is (221,97,234). Sum of RGB (Red+Green+Blue) = 221+97+234=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD61EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61EA is #229E15. Grayscale: #959595. Windows color (decimal): -2268694 or 15360477. OLE color: 15360477.

HSL color Cylindrical-coordinate representation of color #DD61EA: hue angle of 294.31º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD61EA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22197234-
CMYK0.060.5900.08
HSL294.31º76.54%64.9%-
HSV(B)294.31º58.55%91.76%-
XYZ48.9429.8681.03-
YUV149.69175.58178.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 97 (38.28% from 255) = 17.57%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=40.04%
G=17.57%
B=42.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal221972340.060.5900.08294.3176.5464.9
HexDD61EA63B081264d41
Octal335141352673010446115101
Binary110111011100001111010101101110110100010010011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD61EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD61EA; }

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

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

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

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

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

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

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

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